- Create a repository
- Checkout a repository
- Workflow
- Commit
- Push changes
- Branches are used to develop features isolated from each other
- The master branch is the default branch when you create a repository
- Use other branches for development and merge them back to the master branch upon completion.
// A code block
// An highlighted inline code block