Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git push

cd existing_folder
git init
git remote add origin git@gitlab.x-cell.local:azubis/tg/battleshiptwo.git
git add .
git commit -m "Initial commit"
Source by gitlab.x-cell.local #
 
PREVIOUS NEXT
Tagged: #git #push
ADD COMMENT
Topic
Name
2+9 =