cleanup .gitconfig

main
Alpha Chen 9 months ago
parent f2e0e392c1
commit eab68c5711
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -7,7 +7,6 @@
quotepath = false
sparecheckout = true
editor = nvim
; pager = delta
[alias]
g = grep --break --heading --line-number
standup = !git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`
@ -19,7 +18,6 @@
push-f = push --force-with-lease
stsh = stash --keep-index --include-untracked
staash = stash --include-untracked
; fix = commit --amend --no-edit --no-reset-author
fix = commit --fixup @
ctags = !.git/hooks/ctags
lg = log --date=format:'%a %b %e, %Y' --pretty=format:'%C(yellow)%h%C(reset) %s %C(cyan)%cd%C(reset) %C(blue)%an%C(reset) %C(green)%d%C(reset)' --graph ; https://roadrunnertwice.dreamwidth.org/596185.html

Loading…
Cancel
Save