Git Workflows
            
        Last updated: October 2, 2022
      
    
  Introduction
Here are some things we’re collecting to help explain the Git workflows.
Pretttty loose! But maybe they’ll be useful. (we’ll probably do a second round of this video now that we got the thoughts down)
Forking a private organization repository & pull requests
“Pull requests” are a request for the organization/people in charge of the master repo – to look at your code and consider “pulling” your code into the master codebase. It’s not pulling code. THEY are pulling your code.
All of the terms are whack. Help us think of new ones – and we’ll all be famous.
For when you start branching (later)