git: alias
This commit is contained in:
parent
94eeeb4bc7
commit
8f1483d21b
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
s = status
|
s = status
|
||||||
c = checkout
|
c = checkout
|
||||||
cm = commit -m
|
cm = commit -m
|
||||||
|
d = diff
|
||||||
|
ds = diff --staged
|
||||||
r = rebase
|
r = rebase
|
||||||
rc = rebase --continue
|
rc = rebase --continue
|
||||||
remote = remote -v
|
remote = remote -v
|
||||||
|
|
Loading…
Reference in a new issue