What's the best way to replace remote.origin.url in Git?
Posted
by suzukimilanpaak
on Stack Overflow
See other posts from Stack Overflow
or by suzukimilanpaak
Published on 2010-03-10T19:53:11Z
Indexed on
2010/03/29
2:03 UTC
Read the original article
Hit count: 255
version-control
|git
I'm new to Git. Let's say Alice and Bob had been developing their project by using two Git repositories for each. And, Alice at certain times want to set up a new repository to manage their common progress. Do you think what is the best way to replace remote.origin.url in the configuration of Git?
- to replace by git config --replace
- to create new repos by git clone MAIN_REPOS
- or any?
© Stack Overflow or respective owner