Created
August 21, 2015 07:30
-
-
Save pmiossec/3245c29cb0b8c58c7c60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* DAG | |
* .git Folder architecture & `git cat-file -p` | |
* git reflog | |
* Git Workflows | |
* [Tracking method history](http://urbanautomaton.com/blog/2014/09/22/tracking-method-history-in-git/) | |
git log -L :MethodName:Path/Toward/File.cs | |
require `.gitattribue` diff aware config: https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html#_defining_a_custom_hunk_header | |
* git rerere |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment