1

Add some shorthands to git

This commit is contained in:
Evan Pratten 2023-11-21 09:48:10 -05:00
parent c39f2222c3
commit df33d0117b

View File

@ -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