Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

fatal: remote origin already exists.

cd existing_folder
git init --initial-branch=master
git remote add origin https://:@gitlab.cern.ch:8443/aaboulho/zdzd.git
git add .
git commit -m "Initial commit"
git push -u origin master
Source by gitlab.cern.ch #
 
PREVIOUS NEXT
Tagged: #remote #origin
ADD COMMENT
Topic
Name
9+8 =