+ [11 years ago] borodin I found a video :)
+ [11 years ago] knod because it's the same stuff as is being described
+ [11 years ago] knod Good!
+ [11 years ago] borodin Push would result in non fast-forward update - how can I overcome this?
+ [11 years ago] borodin this is me pushing an existing project into a new github repo

message no. 36075

Posted by VxJasonxV in #github at 2014-08-04T02:26:28Z

API
+ [11 years ago] VxJasonxV pardon the snark, but you would overcome it by learning git
+ [11 years ago] VxJasonxV what that message is telling you is that the history on the remote doesn't align with what you have in your repo
+ [11 years ago] VxJasonxV this could happen if you initialized the repository on github with a readme or .gitignore
+ [11 years ago] VxJasonxV you probably want to force push, since I believe at this point you only care about the local version of your repository
+ [11 years ago] VxJasonxV but you shouldn't make a habit of doing that