1
0
Fork 0

git aliases

This commit is contained in:
Jeremy Kaplan 2018-01-22 13:23:47 -08:00 committed by Jeremy Kaplan
commit a1c0aa9815

View file

@ -12,7 +12,10 @@
cp = cherry-pick cp = cherry-pick
d = diff d = diff
dc = diff --cached dc = diff --cached
dn = diff --name-only --relative
dw = diff --word-diff
lg = log --oneline --graph --decorate lg = log --oneline --graph --decorate
rb = rebase
root = rev-parse --show-toplevel root = rev-parse --show-toplevel
s = status s = status
sb = show-branch sb = show-branch