Skip to content

Instantly share code, notes, and snippets.

@BanksySan
Last active August 29, 2015 14:24
Show Gist options
  • Save BanksySan/369be4219677bd1c23c1 to your computer and use it in GitHub Desktop.
Save BanksySan/369be4219677bd1c23c1 to your computer and use it in GitHub Desktop.
Git Aliases
[alias]
qlog = log --pretty=oneline --decorate --abbrev-commit
qgraph = log --pretty=oneline --decorate --abbrev-commit --graph --all
adda = add . --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment