Category: Git


  • Sometimes, you need to push your code automatically to more than one repository. This is totally possible in git and here is how you do it. Note: keep in mind that the most frequent use case assumes that all secondary repositories are only used for push; otherwise, you may have conflicts. Check your current git…