Answer the question
In order to leave comments, you need to log in
Can't figure out how to upload files to github?
My actions:
git init
git add
.git commit -m "newCommit"
Answer the question
In order to leave comments, you need to log in
You can do this:
1) Create a repository on github;
2) git clone "repository address" - clone on PC;
3) Create files and folders;
4) git add .
5) git commit -m "newCommit"
6) git push
Profit!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question