From 84564a54afe9b87e081627447979829467cc2210 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 26 Dec 2022 19:36:00 +0100 Subject: Add changing git remote url --- git.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/git.md b/git.md index 0c512d0..c18e88e 100644 --- a/git.md +++ b/git.md @@ -30,3 +30,9 @@ Outputs to stdout a tar archive of the index at the given commit. Make a directory of just the code, not a repo: git archive | tar --extract --directory + +## Remotes + +Change remote url: + + git remote set-url -- cgit v1.2.3