git aliases
This commit is contained in:
parent
78fd03a196
commit
a1c0aa9815
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue