Last active
October 18, 2024 04:11
-
-
Save nemanjam/ae5cd8722033801b3b10afad24a17a49 to your computer and use it in GitHub Desktop.
Add remote all
This file contains hidden or 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
# create gitlab repo | |
git remote add origin [email protected]:nemanjam/myrepo.git && \ | |
git remote add gitlab [email protected]:nemanjam/myrepo.git && \ | |
git remote add all [email protected]:nemanjam/myrepo.git && \ | |
git remote set-url --add --push all [email protected]:nemanjam/myrepo.git && \ | |
git remote set-url --add --push all [email protected]:nemanjam/myrepo.git && \ | |
git remote -v | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment