Answers for "remove remote origin xcode"

0

remove remote origin xcode

In Xcode after cloning :
--Source control navigator (cmd-2)
--Expand top folder tree
--Expand Remotes folder
--Right click on the remote origin you want to delete -> delete

To add a new remote origin :
--Right click on the remotes FOLDER
--Select "New your-project-name remote"
--Fill out the options, make sure your github account is selected.
--Double check on your github page to make sure it got created.
--Profit??
Posted by: Guest on November-13-2020

Code answers related to "remove remote origin xcode"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language