Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Git global setupCreate a new repository

git clone https://gitlab.com/LakshanWijerathne1234/test_8.git
cd test_8
git switch -c main
touch README.md
git add README.md
git commit -m "add README"
git push -u origin main
Source by gitlab.com #
 
PREVIOUS NEXT
Tagged: #Git #global #setupCreate #repository
ADD COMMENT
Topic
Name
7+3 =