Raymond Raymond

Git - Repoint Remote Repository URL

event 2021-01-25 visibility 356 comment 0 insights toc
more_vert
insights Stats
toc Table of contents

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
More from Kontext
comment Comments
No comments yet.

Please log in or register to comment.

account_circle Log in person_add Register

Log in with external accounts