Manage set of tracked repositories ("remotes").
git remote -v
git remote show {remote_name}
git remote add {remote_name} {remote_url}
--add
to keep the existing URL):
git remote set-url {remote_name} {new_url}
git remote remove {remote_name}
git remote rename {old_name} {new_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (3851b).Proxy Information
text/gemini;lang=en-GB