Skip to content

Instantly share code, notes, and snippets.

@satra
Created April 1, 2011 21:08
Show Gist options
  • Select an option

  • Save satra/898861 to your computer and use it in GitHub Desktop.

Select an option

Save satra/898861 to your computer and use it in GitHub Desktop.
[alias]
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)[%an]%Creset' --abbrev-commit --date=relative"
co = checkout
st = "status -s"
ci = commit
br = branch
bra = "branch -a"
fo = "fetch origin"
fu = "fetch upstream"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment