A large number of branches makes the commit history a bit difficult to understand.
What is the best procedure to committing so that a look at git commit history tells the most about the dev process?
A large number of branches makes the commit history a bit difficult to understand.
What is the best procedure to committing so that a look at git commit history tells the most about the dev process?
In my opinion, it is good to "rebase" in order to make the history cleaner to understand. Here's is more information about how rebase works.