Adding a remote to existing git repo - CaiusTheory
2015-03-30T16:58:45+02:00cd existing_git_repo
git remote add origin git@github.com:caius/foo.git
git push origin master
à lire aussi :
https://superuser.com/questions/343468/git-merge-changes-from-main-repo-in-code-google-com#343530
(Permalink)
git remote add origin git@github.com:caius/foo.git
git push origin master
à lire aussi :
https://superuser.com/questions/343468/git-merge-changes-from-main-repo-in-code-google-com#343530
(Permalink)