DEV Community

Nandini S Hinduja
Nandini S Hinduja

Posted on

Git commands that every coder should know

Git commands that are really common and everyone should know:
git init
git clone
git add
git commit -m "Your commit message"
git status
git pull
git push origin
git checkout
git merge
git log
git fetch
git diff
git revert
git reset
git rm

Top comments (0)