Quantcast
Channel: Git push existing repo to a new and different remote repo server? - Stack Overflow
Viewing all articles
Browse latest Browse all 20

Answer by ozanmut for Git push existing repo to a new and different remote repo server?

$
0
0

If you want to duplicate your GitHub repository so that you have two identical repositories on GitHub:

git clone [existing-github-repo-url]

git remote add duplicate [new-github-repo-url]

git push duplicate master


Viewing all articles
Browse latest Browse all 20

Trending Articles





<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>