From 18528b8cbb6d614f348aaf3ba6402030d6f03df8 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Mon, 9 Oct 2023 09:10:46 -0600 Subject: [PATCH] vault backup: 2023-10-09 09:10:46 --- IT/The basics of Git.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/IT/The basics of Git.md b/IT/The basics of Git.md index 7e701de..c5cdad0 100644 --- a/IT/The basics of Git.md +++ b/IT/The basics of Git.md @@ -71,8 +71,10 @@ Then open the project in any merge conflict resolver, and manually resolve the c ### List all branches (including remote) `git branch --list -a` -## Prune branches that aren't on remote +### Prune branches that aren't on remote
`gut remote prune origin` -## Changing the location of an up \ No newline at end of file +### Changing the URL for a remote repo +`git remote -v` will show the current remote URL.
+`git remote set-url` \ No newline at end of file