Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Push an existing folder

cd existing_folder
git init --initial-branch=main
git remote add origin https://gitlab.com/LakshanWijerathne1234/test_8.git
git add .
git commit -m "Initial commit"
git push -u origin main
Source by gitlab.com #
 
PREVIOUS NEXT
Tagged: #Push #existing #folder
ADD COMMENT
Topic
Name
2+7 =