How to fix this _without_ wiping my local repository. I have things IN my local repository. I just want to get on with development, not arse around with cmake, which I have no experience with. Currently, I cannot build at all.
:git/kicad % git status On branch field_autoplace Your branch is ahead of 'origin/field_autoplace' by 9 commits. (use "git push" to publish your local commits) nothing to commit, working directory clean :git/kicad % git remote -v origin [email protected]:cpavlina/kicad.git (fetch) origin [email protected]:cpavlina/kicad.git (push) upstream bzr::lp:kicad (fetch) upstream bzr::lp:kicad (push) On Mon, Sep 14, 2015 at 12:54:21AM +0200, Simon Richter wrote: > Hi, > > On 13.09.2015 20:29, Simon Richter wrote: > > > This completely fails to compile for me: > > Okay, when I wipe my local repository and repeat the checkout, it works. > > Having a fallback to origin/master and/or more graceful handling of a > missing origin/HEAD reference would be great though. > > Simon > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

