Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Push existing folder ghithub / gitLab

cd existing_folder
git init --initial-branch=main
git remote add origin URL
git add .
git commit -m "Initial commit"
git push -u origin main
Source by gitlab.univ-lorraine.fr #
 
PREVIOUS NEXT
Tagged: #Push #existing #folder #ghithub #gitLab
ADD COMMENT
Topic
Name
5+2 =