workflows
- Describe various coding workflows
 
- Paraphrase how version control workflows facilitate collaboration on code products
 
Git & GitHub
- Describe the difference between Git and GitHub
 
- Navigate GitHub via a web browser
 
 
- Use GitHub to create a new repository
 
- Edit a new repository through GitHub’s interface
 
 
 
RStudio (local <–> cloud)
- Describe the computer-to-GitHub order of operations
 
- Define fundamental Git vocabulary
 
 
- Create a local version-controlled repository that is connected to GitHub
 
 
 
advanced topics: conflicts, branches, forks
- Describe the causes of merge conflicts
 
- Explain how to avoid merge conflicts
 
 
- Summarise what to do if a merge conflict occurs
 
 
 
project management: issues, projects, READMEs
miscellaneous: data, best practices