How to push an empty commit to a remote repository
Sometimes, depending on what you are willing to do, especially when your deployment process is via git
, you want to redeploy your application to the remote server, but there are no local changes on the repository to git push
.