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
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
how to make a folder into git repo
$ git remote add origin [email protected]:username/new_repo
$ git push -u origin master
github create directory
git push origin NAME-OF-BRANCH
github create directory
git commit -m "DESCRIBE COMMIT IN A FEW WORDS"
github create directory
cd NAME-OF-FILE
github create directory
touch README.md
nano README.md
#### ADD YOUR INFORMATION
#### Press: control + X
#### Type: Y
#### Press: enter
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us