# Header ``` command-line $ git remote add origin https://github.com/user/repo.git # Set a new remote > origin https://github.com/user/repo.git $ git remote add -f spoon-knife git@github.com:octocat/Spoon-Knife.git ``` next paragraph