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

ios - Fragment Shader GLSL for texture, color and texture/color -

iphone - Dismissing a UIAlertView -

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