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 -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -