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
Post a Comment