Git Quick Reference
To show the differences: % git diff To do commit and make a first push to the remote: % git commit -a -m “comment” % git push -u origin master To check diffs in the repository: % git log -p To check the remote repository status: % xxx To clone a github repository: % git clone… Continue reading Git Quick Reference