DEV Community

Vishal Yadav
Vishal Yadav

Posted on

Some Important Command of git command as below

`git init for initialization
git status
git commit -m "first commit"
git add . or git add file name
git push -u origin master

for changing the name
git config --global user.name "name"
git config --global user.email "email@gmail.com"

for checking the email or name
git config user.email
git config user.name`

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more