Slide 28
Slide 28 text
Protections
• You don’t need to use every bit of git: add, push,
commit, pull, fetch, checkout, status, are usually
enough to get started
• Git objects are immutable, changes are not irrevocable.
Errors can be corrected.
• Well named branches and a set of conventions are a
great help.
• Make people care, and they will care. Everyone wants
to do a good job.