I just did git init
to initialize my folder as Git repository and then added a remote repository using git remote add origin URL
. Now I want to remove this git remote add origin
and add a new repository git remote add origin new-URL
. How can I do it?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…