Add or Set Remote URL
To add a remote repository to a existing git project or to update the existing rep
Last updated
Was this helpful?
To add a remote repository to a existing git project or to update the existing rep
Last updated
Was this helpful?
Note:- You can create a local git repo with "git init" command. Then you wont have the remote repository set. In that case you can add a remote repository with the following command.
If you want to change the url of an existing remote repository:
To find remote repo