Created
March 6, 2022 19:52
-
-
Save eric-unc/173690b07d7af2e7a17ac4cb34274a0b 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
| # Generates 200 empty commits | |
| For ($i=1; $i -lt 200; $i++) {git commit -m "." --allow-empty} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment