Skip to content

Instantly share code, notes, and snippets.

@gkojax
Created August 20, 2013 00:05
Show Gist options
  • Save gkojax/6275626 to your computer and use it in GitHub Desktop.
Save gkojax/6275626 to your computer and use it in GitHub Desktop.
git diff --cached
git log -p
git log --oneline --graph
git log --after=2013-08-14 --author="t_shinozaki"
git commit --amend
git blame -s
git rebase -i HEAD~
http://www.backlog.jp/git-guide/stepup/stepup1_1.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment