git: add some shortcuts
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
[alias]
|
[alias]
|
||||||
a = add
|
a = add
|
||||||
aa = add .
|
aa = add .
|
||||||
|
b = branch
|
||||||
bl = blame
|
bl = blame
|
||||||
c = commit -v
|
c = commit -v
|
||||||
ca = commit -v --amend
|
ca = commit -v --amend
|
||||||
@@ -17,6 +18,7 @@
|
|||||||
pl = pull --rebase
|
pl = pull --rebase
|
||||||
ps = push
|
ps = push
|
||||||
r = rebase -i
|
r = rebase -i
|
||||||
|
rc = rebase --continue
|
||||||
sh = show
|
sh = show
|
||||||
st = status -s
|
st = status -s
|
||||||
wt = worktree
|
wt = worktree
|
||||||
|
|||||||
Reference in New Issue
Block a user