From eab68c5711b57856e74f03b1f1bca98f1976056a Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 27 Dec 2023 19:28:22 -0800 Subject: [PATCH] cleanup .gitconfig --- .gitconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 2a66f4e..0f7cae7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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