Tag: git

0

Git changing remote URLs

git remote set-url <name> <newurl> command changes existing remote repository URL. For example, to switch from a github repository from HTTPS to SSH: Change the current working directory