Add some shorthands to git
This commit is contained in:
parent
c39f2222c3
commit
df33d0117b
@ -25,7 +25,10 @@
|
||||
lscommits = ! ( echo -e "Commits\tFile" && git log --pretty=format: --name-only | sed '/^$/d' | sort | uniq -c | sort -g -r ) | less
|
||||
lsc = lscommits
|
||||
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"]
|
||||
clean = git-lfs clean -- %f
|
||||
|
Loading…
x
Reference in New Issue
Block a user