dereenigne.org

reverse engineered

git multiple remotes

git has a very undocumented feature which allows you to group multiple remote URLs as a single remote. This allows you to push to many remote branches in a single command. I prefer using gitweb to browse my repositories, so I push to my own server, but I know that other people like using github, so I may as well push there as well. To add multiple remote URLs, edit the . Read more →