Last active
October 18, 2024 04:11
-
-
Save nemanjam/ae5cd8722033801b3b10afad24a17a49 to your computer and use it in GitHub Desktop.
Revisions
-
nemanjam revised this gist
Oct 18, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ # 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 && \ -
nemanjam revised this gist
Apr 8, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ # create gitlab repo git remote add origin [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 && \ -
nemanjam created this gist
Oct 13, 2023 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ # create gitlab repo 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