Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

gitlab new project push commands

git init
git add .
git commit -m "Push existing project to GitLab"
git remote add source https://gitlab.com/cameronmcnz/example-website.git
git push -u -f source master
 
PREVIOUS NEXT
Tagged: #gitlab #project #push #commands
ADD COMMENT
Topic
Name
7+9 =