Skip to content

Instantly share code, notes, and snippets.

@ArthurN
Created May 19, 2012 22:20
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 ArthurN/2732568 to your computer and use it in GitHub Desktop.
Save ArthurN/2732568 to your computer and use it in GitHub Desktop.
Git Aliases
[alias]
st = status
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
co = checkout
amend = !git log -n 1 --pretty=tformat:%s%n%n%b | git commit -F - --amend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment