+[11 years ago]borodinI found a video :) +[11 years ago]knodbecause it's the same stuff as is being described +[11 years ago]knodGood! +[11 years ago]borodinPush would result in non fast-forward update - how can I overcome this? +[11 years ago]borodinthis is me pushing an existing project into a new github repo
+[11 years ago]VxJasonxVpardon the snark, but you would overcome it by learning git +[11 years ago]VxJasonxVwhat 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]VxJasonxVthis could happen if you initialized the repository on github with a readme or .gitignore +[11 years ago]VxJasonxVyou probably want to force push, since I believe at this point you only care about the local version of your repository +[11 years ago]VxJasonxVbut you shouldn't make a habit of doing that