Answers for "how to upload a folder to your github"

9

uploading a folder to github

git init
     git add <folder1> <folder2> <etc.>
     git commit -m "Your message about the commit"
     git remote add origin https://github.com/yourUsername/yourRepository.git
     git push -u origin master
     git push origin master
Posted by: Guest on October-22-2020
-1

how to upload a folder to github

GOOGLE RANDOME ANSWER
Posted by: Guest on April-13-2022

Code answers related to "how to upload a folder to your github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language