Skip to content

Posts taggedGit

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:…