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*

2
  • Always merge back to mainline as soon as possible. Every project should use the same base library, only with (maybe) some features enabled/disabled. Develop features against mainline, too. You now feel the pain that happens when forks diverge. Commented Nov 5, 2013 at 9:10
  • This may help: nvie.com/posts/a-successful-git-branching-model Commented Nov 5, 2013 at 12:50