Change git repository name

Other topics

Change local setting

Go to terminal,

cd projectFolder
git remote -v (it will show previous git url)
git remote set-url origin https://[email protected]/username/newName.git
git remote -v (double check, it will show new git url)
git push (do whatever you want.)

Contributors

Topic Id: 9291

Example Ids: 28773

This site is not affiliated with any of the contributors.