Skip to content

Instantly share code, notes, and snippets.

@crazy-max
Last active October 17, 2020 21:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazy-max/7fc7d0a1276e221f613643e226021490 to your computer and use it in GitHub Desktop.
Save crazy-max/7fc7d0a1276e221f613643e226021490 to your computer and use it in GitHub Desktop.
Create Git empty commit

In case you want to trigger an event on GitHub, you can create an empty commit:

$ git commit --allow-empty -m "Trigger event"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment