GitButler: An Approach to Git Branch Management (opens in new tab)
Scott Chacon and Markus Feilner have introduced GitButler, a tool that changes how developers work with branches in Git: instead of working on a branch, possibly introducing changes that belong in other issues, developers can work on a cohesive codebase and split changes into lanes that make more sense in context, which can make working with git much cleaner.
Read the original article