diff options
-rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 6e06c87..626a692 100644 --- a/.config/git/config +++ b/.config/git/config @@ -12,6 +12,7 @@ grp = !git --no-pager grep --color=auto tree = log --oneline --decorate --graph t3x-pack = "!sh -c 'git archive -o \"${PWD##*/}_`git describe --tags`.zip\" HEAD'" + rewrite = rebase -x 'git commit --amend -C HEAD --date=\"$(date -R)\" && sleep 1.05' branch-info = "!sh -c 'git branch --no-color | \ sed -e \"s/*/ /\" | \ while read branch; do \ |