Skip to content

Instantly share code, notes, and snippets.

@kimgunnarsson
Last active August 29, 2015 14:02
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 kimgunnarsson/ef6fe919804f6843ebbb to your computer and use it in GitHub Desktop.
Save kimgunnarsson/ef6fe919804f6843ebbb to your computer and use it in GitHub Desktop.
Alias config
co = checkout
ci = commit
st = status
log1 = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lg1 = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
exclude = !sh -c 'echo "$1" >> .git/info/exclude'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment