Skip to content

Instantly share code, notes, and snippets.

@GIJack
Last active August 17, 2021 20:25
Show Gist options
  • Save GIJack/a4106871a230bbf8e5de70134a452708 to your computer and use it in GitHub Desktop.
Save GIJack/a4106871a230bbf8e5de70134a452708 to your computer and use it in GitHub Desktop.
Add additional remote repository with git
REPO_URL="ssh://username@example.com/repository.git"
git config --add remote.all.url $REPO_URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment