Created
February 25, 2026 13:59
-
-
Save awps/1efc16c971b32cca6f3a69023f2fa628 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| for i in {30..1}; do | |
| D=$(date -v-"$i"d +%Y-%m-%d) | |
| GIT_COMMITTER_DATE="$D 12:00:00" git commit --date="$D 12:00:00" -m "Commit $D" --allow-empty | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment