Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

upload folder to gitlab

git init
git checkout -b main
git add .
git commit -m "Initial Commit"
git remote add origin https://gitlab.com/username/projectName.git
git push -uf origin main
 
PREVIOUS NEXT
Tagged: #upload #folder #gitlab
ADD COMMENT
Topic
Name
5+7 =