+[2014-08-04T23:06:04Z]borodinI found a video :) +[2014-08-04T23:06:08Z]knodbecause it's the same stuff as is being described +[2014-08-04T23:06:13Z]knodGood! +[2014-08-04T23:25:38Z]borodinPush would result in non fast-forward update - how can I overcome this? +[2014-08-04T23:25:48Z]borodinthis is me pushing an existing project into a new github repo
because it's the same stuff as is being described
+[2014-08-05T00:58:05Z]VxJasonxVpardon the snark, but you would overcome it by learning git +[2014-08-05T00:58:32Z]VxJasonxVwhat that message is telling you is that the history on the remote doesn't align with what you have in your repo +[2014-08-05T00:58:42Z]VxJasonxVthis could happen if you initialized the repository on github with a readme or .gitignore +[2014-08-05T00:59:05Z]VxJasonxVyou probably want to force push, since I believe at this point you only care about the local version of your repository +[2014-08-05T00:59:09Z]VxJasonxVbut you shouldn't make a habit of doing that