Skip to content

Instantly share code, notes, and snippets.

@danrasmuson
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save danrasmuson/74b35a95c623bcfc81c2 to your computer and use it in GitHub Desktop.

Select an option

Save danrasmuson/74b35a95c623bcfc81c2 to your computer and use it in GitHub Desktop.
git log
git log --oneline
git log --stat
git log --patch
git log --graph
git log --graph --all --decorate --oneline
git log --graph --full-history --all --pretty=format:"%h%x09%d%x20%s"
git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"
// show x commits
git log -1
git log -5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment