Last Updated: February 25, 2016
·
352
· apeeyush

Git Commonly user commands

A list of common commands used by Git:

git log
git stats
git diff
git remote add origin
git push origin master
git branch
git checkout *branch/commit/other pointer*
git add .
git commit -m "*Commit Message*"