diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2022-12-26 19:36:00 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2022-12-26 19:36:05 +0100 |
commit | 84564a54afe9b87e081627447979829467cc2210 (patch) | |
tree | f8991a08a790fa9515895ab8b98d26c1e0663404 | |
parent | c58e2daa4479ca4d731fa97c68b18f1632f14dd7 (diff) |
Add changing git remote url
-rw-r--r-- | git.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 <commit> | tar --extract --directory <output dir> + +## Remotes + +Change remote url: + + git remote set-url <remote> <new url> |