💾 Archived View for freeshell.de › tldr › git-remote.gmi captured on 2023-11-04 at 12:30:24. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Manage set of tracked repositories ("remotes").
git remote -v
git remote show {remote_name}
git remote add {remote_name} {remote_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).