Showing posts with label git commands. Show all posts
Showing posts with label git commands. Show all posts

Tuesday, 4 October 2016

Git Cheatsheet

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...