6.2.1. Best Practice (2/4)#
Best Practices
Keep a healthy reference
Separate changes
Use branches to isolate changes:
Group commits with a similar subject or purpose in a common branch.
Merge branches once their purpose is complete, for instance after finishing to develop a feature, fix a bug, or writing the documentation.