ict.ken.be

Delivering solid user friendly software solutions since the dawn of time.

Add existing Git repository to Github

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