git: add more aliases, fix lazy-checkin for py3.6
This commit is contained in:
@@ -13,11 +13,16 @@
|
||||
ca = commit --amend --no-edit
|
||||
rc = rebase --continue
|
||||
ra = rebase --abort
|
||||
cp = cherry-pick
|
||||
sm = submodule
|
||||
s = status
|
||||
b = branch
|
||||
bu = branch --set-upstream-to
|
||||
d = diff
|
||||
ds = diff --staged
|
||||
g = log --graph --oneline --decorate
|
||||
graph = log --graph --oneline --decorate
|
||||
g = graph
|
||||
ga = graph --all
|
||||
sb = branch -rv --sort=committerdate
|
||||
lc = lazy-checkin
|
||||
[commit]
|
||||
|
||||
Reference in New Issue
Block a user