How to Push Empty Commit to Remote Repository Linux GIT Github less than 1 minute to read (62 words) () To setup deployment we need some commits on repository. But sometimes we need to setup deployment with empty repository In this guide, We will push empty commit message to remote repository, Which allow us to setup the deployment process. $ git commit --allow-empty -m "Empty Commit to setup deployments" $ git push Email Address Post Navigation How to Use Apache Instead of Built-in NGINX in Gitlab CE