Skip to content

Instantly share code, notes, and snippets.

@eric-unc
Created March 6, 2022 19:52
Show Gist options
  • Select an option

  • Save eric-unc/173690b07d7af2e7a17ac4cb34274a0b to your computer and use it in GitHub Desktop.

Select an option

Save eric-unc/173690b07d7af2e7a17ac4cb34274a0b to your computer and use it in GitHub Desktop.
# 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