25.9 Fork, clone, push, and pull workflow (collaboration)

  • This diagram is from the Happy Git and GitHub for the useR book.

  • This is how you can make changes to the bookclub’s review materials.

  • It overviews the workflow when working with a forked repository.

  • We will come back to this at a later time, once we start developing the app.

25.9.1 Some notes about these workflows

  • They will not always run smoothly
    • Errors and issues are inevitable (merge conflicts…ugh)
    • Read the prompts and try to solve the issue, Google is your friend
  • Git can be frustrating at times
    • Don’t worry about being perfect
    • Getting good takes practice