Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to use git

cd project_path       #Go to your local project
git init              #Initialize

git commit my_file    #First part of saving your file to the web
git push origin main  #Now your changes are on the web
 
PREVIOUS NEXT
Tagged: #git
ADD COMMENT
Topic
Name
6+8 =