Skip to content

Instantly share code, notes, and snippets.

@pmiossec
Created August 21, 2015 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmiossec/3245c29cb0b8c58c7c60 to your computer and use it in GitHub Desktop.
Save pmiossec/3245c29cb0b8c58c7c60 to your computer and use it in GitHub Desktop.
* 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