Why does my shell command to push commits to multiple repos not push?
I created Git remote to push commits to a Github repository (github) and to a bare repository (droplet) that automatically deploy code to /var/www/myapp thanks to Git hooks. The idea is to enter git push droplet and git push github to push commits in the server (droplet) and to the central repo (github). Now, when… Read More Why does my shell command to push commits to multiple repos not push?