mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
268 B
268 B
git rename-remote
Change remote for pulling and pushing. Part of
git-extras. More information: https://github.com/tj/git-extras/blob/main/Commands.md#git-rename-remote.
- Change the upstream remote to origin:
git rename-remote {{upstream}} {{origin}}