--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # git rename-remote > Change remote for pulling and pushing. > Part of `git-extras`. > More information: . - Change the upstream remote to origin: `git rename-remote {{upstream}} {{origin}}`