diff --git a/.config/git/config b/.config/git/config
index 388cb135aa2e10acea32f54bd4f5583a0e617859..193871c5583851ce5e5c4bc291a78f2cbb4092ff 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -25,6 +25,7 @@
     pull-force = !git fetch && git reset --hard "$(git tracking)"
     pushes = !git remote | xargs -n1 git push
     retry = !cd "${GIT_PREFIX:-$PWD}" && git amend --no-edit . && git shove
+    rewrite = autorebase ':/Initial empty commit.'
     root = rev-parse --show-toplevel
     serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
     serve-http = !git update-server-info && cd .git && python -m http.server 8080