Skip to Content

Exising git repository to github mini-How-to

Posted on

$ 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