DeMarcus <demarcus@xxxxxxxxxxx> writes: > ... I don't really like to go back rearranging. I prefer to keep things > spread out at first and then inserted properly when it's time. But maybe > I'm just unused to the git workflow. That does not have to do much with "the" git workflow. If you are a kind of person who likes to work on N things concurrently without ever making and recording mistakes but would rather keep unfinished work without committing until done, you would need to have them in your working trees. By definition you would need to use N working trees, each of which permanently checks out its own branch, instead of a single working tree where you checkout one of N branches at a time to work on. That is also a perfectly fine git workflow that we support with the contributed script git-new-workdir. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html