Last active
August 21, 2023 12:00
-
-
Save solrevdev/3fb5a79c7d0c5364b49d250c6088294e to your computer and use it in GitHub Desktop.
A blank empty git commit - generally used for testing ci etc.
This file contains 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
# 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