Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Is there any specific problem with your current approach? I often work on a single branch in my personal repositories, and it's fine for me. Commented Jun 11, 2016 at 10:04
  • There's not really a problem, just wanted to know if there's a better approach that others are following. Commented Jun 11, 2016 at 10:40
  • 3
    FWIW I branch even on solo projects. It adds some overhead, but makes me feel better about experimenting with things that might take a while. Commented Jun 11, 2016 at 10:53
  • possible duplicate of To branch or not to branch? Commented Jun 22, 2016 at 8:17