Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git create

echo "# contact_workshop" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/WinWinMaw4/contact_workshop.git
git push -u origin main



//Config User with Cli
$ git config --global user.name ”yourgitusername”
$ git config --global user.email ”youremail@gmail.com"
Source by github.com #
 
PREVIOUS NEXT
Tagged: #git #create
ADD COMMENT
Topic
Name
6+9 =