How to push an empty commit on Git?
Have you ever had to run a CI/CD pipeline that is triggered by a commit, when there is no code changes to be commited?
Well, just use the command below:
And then, just push the commit to the remote repository:
That's it!