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

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -