Sometimes I want to push a no-op (no-operation / empty) commit to GitHub to trigger an automatic deploy. The command to make the commit is:
git commit --allow-empty -m "noop"
Oh, just a software engineer's little blog.
Sometimes I want to push a no-op (no-operation / empty) commit to GitHub to trigger an automatic deploy. The command to make the commit is:
git commit --allow-empty -m "noop"