Thursday, May 30, 2019

How to git squash in 6 Steps

When using a source code management system, we mostly intend to create a new branch to implement functionalities rather than always pushing everything to the main branch. In my opinion, this is the right way to do it — spoiling the branch history with every small commit might make things very hard, especially when there are a number of developers working together.

But how can we keep the main branch history tidy?



from DZone.com Feed http://bit.ly/2EGKkNg

No comments:

Post a Comment