Skip to content

Instantly share code, notes, and snippets.

@asandroq
Created April 11, 2014 08:09
Show Gist options
  • Save asandroq/194afa6c029779e98c8a to your computer and use it in GitHub Desktop.
Save asandroq/194afa6c029779e98c8a to your computer and use it in GitHub Desktop.
Git aliases
[alias]
st = status -sb
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
lulz = log --pretty=oneline --name-status
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment