Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Push an existing Git repository

cd existing_repo
git remote rename origin old-origin
git remote add origin https://gitlab.com/LakshanWijerathne1234/test_8.git
git push -u origin --all
git push -u origin --tags
Source by gitlab.com #
 
PREVIOUS NEXT
Tagged: #Push #existing #Git #repository
ADD COMMENT
Topic
Name
4+6 =