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 Previous Post << >> Next Post