Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 481 Bytes

gitEmptyCommitDocument.md

File metadata and controls

15 lines (8 loc) · 481 Bytes

Git Empty Commit Documentation

Description

The following documentation outlines how to send an empty commit to trigger various kinds of things in a repository.

Git Empty Commit

So, if we want to send an empty commit, we want to have something like the following in the terminal.

git commit --allow-empty -m "Empty commit"

git push

If you are still having issues, refer to the following documentation link.