Kontext Copilot - An AI assistant for data analytics. Learn more
Expression of Interest
Git - Repoint Remote Repository URL
insights Stats
warning Please login first to view stats information.
Raymond
Code Snippets & Tips
Code snippets and tips for various programming languages/frameworks. All code examples are under MIT or Apache 2.0 license unless specified otherwise.
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.