Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 344 Bytes

File metadata and controls

12 lines (8 loc) · 344 Bytes

How to push an empty commit

On my current project you need to push a commit with the title "update screenshots" to start an extra step in the pipeline.

The --allow-empty flag could be used for it:

git commit --allow-empty -m "My empty commit with a message"

References: