Skip to content

Instantly share code, notes, and snippets.

@drobyshys
Last active February 10, 2017 14:33
Show Gist options
  • Save drobyshys/40ca536a0e7273a8bede to your computer and use it in GitHub Desktop.
Save drobyshys/40ca536a0e7273a8bede to your computer and use it in GitHub Desktop.
[alias]
co = checkout
b = branch
st = status
lg = log --oneline --graph --decorate
l = !git --no-pager log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -30
ll = !git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
la = !git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all
rb = rebase
rba = rebase --abort
rbc = rebase --continue
rbs = rebase --skip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment