Last active
August 17, 2021 20:25
-
-
Save GIJack/a4106871a230bbf8e5de70134a452708 to your computer and use it in GitHub Desktop.
Add additional remote repository with git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REPO_URL="ssh://[email protected]/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