Best Practice (2/4)

6.2.1. Best Practice (2/4)#

Best Practices

  1. Keep a healthy reference

  2. 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.