Git - Repoint Remote Repository URL
Code snippet
git remote set-url origin 'new_url'
The above command change the remote to a new URL.
For example, the following command changes remote git repository to project sample_proj under sample-org organization on Azure DevOps.
git remote set-url origin https://sample-org@dev.azure.com/sample-org/sample_proj/_git/sample_proj
info Last modified by Raymond 3 years ago
copyright
This page is subject to Site terms.
comment Comments
No comments yet.