M
M
Maxim Ivanov2020-11-09 13:10:57
git
Maxim Ivanov, 2020-11-09 13:10:57

Can't figure out how to upload files to github?

My actions:

  • I go to cmd and go to the project folder (cd);
  • git init
  • git add.
  • git commit -m "newCommit"

Further xs. Help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Karbivnichy, 2020-11-09
@mikilikala

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!

A
Alexey Yarkov, 2020-11-09
@yarkov

How to upload files to github?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question