Git commands that every coder should know

Nandini S Hinduja - Nov 27 '23 - - Dev Community

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

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .