git - How do I add my whole project on GitHub? -



git - How do I add my whole project on GitHub? -

i have github account. fixed everything, i'm ready uploads.

github's help on creating repo covers uploading single readme file, want upload entire project. how can step step?

thank you!

create new repository here https://github.com/repositories/new

git clone local folder, add together files of project

and "git add together ." "git commit" & "git push"

maybe must add together ssh key github panel(i dont remeber)

git github

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -