Answers for "how to use github to setup projects"

0

how to use github to setup projects

create a project in your GitHub account from the browser
 then use VS CODE or your terminal to clone your project "git clone URL"
 open your project and make any changes:
   1- 'git add .' // for add all file you changed
   2- 'git commit -m "your commit" '
   3- 'git push -u' to push your project
Posted by: Guest on August-19-2021

Code answers related to "how to use github to setup projects"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language