Exising git repository to github mini-How-to
$ cd {existing_git_repo}
$ git remote add origin git@github.com:{github_name}/{project_name}.git
$ git push -u origin master
modify sources then
$ git commit -m "{...}"
$ git push
Exising git repository to github mini-How-to
$ cd {existing_git_repo}
$ git remote add origin git@github.com:{github_name}/{project_name}.git
$ git push -u origin master
modify sources then
$ git commit -m "{...}"
$ git push