Skip to content

Commit

Permalink
How to edit git remote
Browse files Browse the repository at this point in the history
  • Loading branch information
renegarcia committed Jun 12, 2023
1 parent 8dba2f4 commit 5950ddd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion notes/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@
id: 631hw9oh0k8jhc0wlm0joyz
title: Code
desc: ''
updated: 1685476616319
updated: 1686590744125
created: 1685471254996
---


# Edit Git Remote URL

```bash
git remote set-url origin <new-url>

```

[Source](https://chat.openai.com/share/5bbfc058-d6be-4ec8-b03f-be8df3619c37)

# Python

[[code.python]]

0 comments on commit 5950ddd

Please sign in to comment.