Note 14.2.1. Rule of Thumb.
A good rule of thumb is to always pull before you start working on a project, as well as before your commit and push your changes. This ensures that you are working on the latest version of the code, and that you don’t have any conflicts when you push your changes. Conflicts and how to resolve them will be covered in a later section.