Created
February 10, 2019 10:15
-
-
Save 1c7/06355db3a77141c68772df743cb84080 to your computer and use it in GitHub Desktop.
Revisions
-
1c7 created this gist
Feb 10, 2019 .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,11 @@ ## to Gitlab cd existing_repo git remote rename origin old-origin git remote add origin git@gitlab.com:1c7/empty.git git push -u origin --all git push -u origin --tags ## Gitlab back to Github cd existing_repo git remote rm origin git remote rename old-origin origin