Slide 2
Slide 2 text
Create new branch
• Creating an environment where you can try out new
ideas, you're free to experiment and commit changes
• Don't affect the master branch
• Anything in the master (production) branch is always
deployable
• Use descriptive branch name, e.g. refactor-
authentication, user-content-cache-key