Skip to content

Instantly share code, notes, and snippets.

@solrevdev
Last active August 21, 2023 12:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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