Git Workflows

  1. A collection of workflows and issues
  2. Workflow for individuals
  3. Git workflows
  4. Centralized Workflow
  5. Repo start
  6. Developer A
  7. Developer B
  8. git pull (fetch+merge)
  9. Forgetting to rebase
  10. git pull --rebase (fetch+rebase)
  11. Resolve conflicts
  12. Conflicting patch
  13. Conflicting file
  14. Resolve conflicting file
  15. Continue rebase