Skip to content

Instantly share code, notes, and snippets.

@solrevdev
Last active August 21, 2023 12:00
Show Gist options
  • Save solrevdev/3fb5a79c7d0c5364b49d250c6088294e to your computer and use it in GitHub Desktop.
Save solrevdev/3fb5a79c7d0c5364b49d250c6088294e to your computer and use it in GitHub Desktop.
A blank empty git commit - generally used for testing ci etc.
# macos single chars are fine
git commit --allow-empty -m 'ci: empty commit for pr [skip ci]'
# windows needs double chars
git commit --allow-empty -m "ci: empty commit for pr [skip ci]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment