Gitless is an experimental version control system built on top of Git. Many people complain that Git is hard to use. We think the problem lies deeper than the user interface, in the concepts underlying Git. Gitless is an experiment to see what happens if you put a simple veneer on an app that changes the underlying concepts. Because Gitless is implemented on top of Git (could...
Showing posts with label git. Show all posts
Showing posts with label git. 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...
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...