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
|
||||
d = diff
|
||||
dc = diff --cached
|
||||
dn = diff --name-only --relative
|
||||
dw = diff --word-diff
|
||||
lg = log --oneline --graph --decorate
|
||||
rb = rebase
|
||||
root = rev-parse --show-toplevel
|
||||
s = status
|
||||
sb = show-branch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue