Skip to content

Instantly share code, notes, and snippets.

@technoplato
Created April 28, 2017 00:22
Show Gist options
  • Save technoplato/fbd24ce7afb15bc958fa019c404f2abc to your computer and use it in GitHub Desktop.
Save technoplato/fbd24ce7afb15bc958fa019c404f2abc to your computer and use it in GitHub Desktop.
[alias]
s = status
lo = log --oneline
b = branch
cano = commit --amend --no-edit
continue = rebase --continue
r = rebase --root -i
edit = rebase --edit-todo
c = commit -m
a = add .
cont = rebase --continue
discard = checkout --
undorebase = git reset --hard ORIG_HEAD
theirs = pull -X theirs
hist = log --graph --all --decorate --oneline
ec = config --global -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment