On 2019-09-27, Simon King <simon.k...@uni-jena.de> wrote: > Indeed, all files in the Sage tree are untracked, in the py3 worktree. > And that's why "git checkout develop" won't work (it tells me to commit > are stash first). > > Can you please tell me how to recover from that mess?
Perhaps "git checkout -f <branch_name>" in the py3 worktree? Or would that do more harm than good? Certainly "git stash" is not a serious option, as this would be a copy of the whole Sage sources (namely the diff between a branch with an empty commit history and the Sage sources). Best regards, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/qmlsne%24316%241%40blaine.gmane.org.