diff options
-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> |