Copying whole trees (normal copy, not cloned copy) is a much better way of stashing code that using git stash. I found this out just now when I forgot to copy the new Target class.
I had used git stash on some failing code that contained the Target class, so I did a git stash pop. That retrieved the Target class, but then I spent about 20 minutes dealing with the git conflicts! Furthermore, copying a tree of code is much easier to understand than reverting to a previous commit. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
