Answers for "add folder github repository commands"

6

github add directory to repository

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 May-15-2020

Code answers related to "add folder github repository commands"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language