Answers for "create a new directory in github"

-1

github create directory

git add CHANGES
Posted by: Guest on March-16-2021
-1

github create directory

git checkout -b NAME-OF-BRANCH
Posted by: Guest on March-16-2021
0

github create directory

touch README.md
nano README.md
#### ADD YOUR INFORMATION
#### Press: control + X
#### Type: Y
#### Press: enter
Posted by: Guest on March-16-2021
-2

github create directory

cd NAME-OF-PROJECT
Posted by: Guest on March-16-2021
-2

github create directory

git commit -m "DESCRIBE COMMIT IN A FEW WORDS"
Posted by: Guest on March-16-2021

Code answers related to "create a new directory in github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language