Add some shorthands to git
This commit is contained in:
parent
c39f2222c3
commit
df33d0117b
@ -26,6 +26,9 @@
|
|||||||
lsc = lscommits
|
lsc = lscommits
|
||||||
diff-against = diff --merge-base
|
diff-against = diff --merge-base
|
||||||
fix-recreated-branch = reset --hard @{u}
|
fix-recreated-branch = reset --hard @{u}
|
||||||
|
fa = fetch --all
|
||||||
|
c = commit
|
||||||
|
aa = add .
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user