ict.ken.be

 

Add existing Git repository to Github

Related Posts

Categories: Git
  • Create a new repository on github, without any files like readme, license, ...
  • Copy the Github repository REMOTE_URL
  • Open cmd in your existing git repository
  • git remote add origin  <REMOTE_URL>
  • git remote -v
  • git push --set-upstream origin master