Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload my project to github

Tags:

git

github

I have installed the Git EXE file for Windows at my machine. I have also created my account at GitHub. My requirement is simple—how do I upload my project, say one folder and two files in it, to GitHub?

like image 200
Rocky Singh Avatar asked Jul 13 '11 06:07

Rocky Singh


1 Answers

First follow these steps to create an SSH key: http://help.github.com/win-set-up-git/

Then create a local repository on your computer and push it to GitHub with these instructions: http://help.github.com/create-a-repo/

like image 148
rgngl Avatar answered Sep 28 '22 22:09

rgngl