Git is the open source distributed version control system that allows to perform GitHub activities on your desktop. This cheat sheet summarizes commonly used Git command line instructions for quick reference.
Git cheat list
list last 20 hashes in reverse
git log -n 20 --reverse --format="%h %ae %s" --abbrev-commit
try a new output for diffing
git diff --compaction-heuristic...
Showing posts with label git commands. Show all posts
Showing posts with label git commands. Show all posts
Tuesday, 4 October 2016
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...