git cheat sheet

https://git-scm.com/docs http://ndpsoftware.com/git-cheatsheet.html#loc=remote_repo; Setup and Config git config help Getting and Creating Projects init clone Basic Snapshotting add status diff commit reset rm mv Branching and Merging branch checkout merge mergetool log stash tag Sharing and Updating Projects fetch pull push remote submodule Inspection and Comparison show log diff shortlog describe Patching apply cherry-pick diff rebase … Continue reading git cheat sheet