> From: Taylor R Campbell <[email protected]> > Date: Wed, 19 Aug 2009 10:40:00 -0400 > > Again in a repository I haven't done anything in except `git pull' and > non-destructive commands: > > % git pull > [...] > error: Entry 'src/edwin/basic.scm' not uptodate. Cannot merge. > > [...] > > What can I do?
I just did some "git pull"s that balked too. I assumed it was the usual confusion about whether a file has the "ident" attribute nor not, and just cleaned up my working directories (again). Some form of "git reset" command seemed to get the thing clean. In your "clean" working directory, "git reset --hard" should suffice. _______________________________________________ MIT-Scheme-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/mit-scheme-devel
