Skip to main content

Git In Simple English

What is Git

Must Know

  • Checkout To checkout a branch, put yourself in the branch you want to work from

  • Merge

    • Merge strategy
      • Fast Forward Fast forward simply means putting your main branch (current working repository) ahead. To use this strategy, checkout your single source of truth (main branch)
      • Rebase

Git Gotchas