Skip to content

Instantly share code, notes, and snippets.

@lukmdo
Created July 1, 2011 16:38
Show Gist options
  • Save lukmdo/1058892 to your computer and use it in GitHub Desktop.
Save lukmdo/1058892 to your computer and use it in GitHub Desktop.
Git tricks
git add -p
git stash -p
git reflog
gitk --all `git reflog |cut -c1-7`
git status -M --find-copies-hard
git grep "supae"
git log -S "supae" -p
git log -P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment