Skip to content

Instantly share code, notes, and snippets.

[alias]
ci = commit
df = diff --word-diff
st = status
co = checkout
br = branch
bra = branch -a
mnf = merge --no-ff
up = !git pull --rebase --prune $@ && git submodule update --init --recursive
cob = checkout -b