Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 325 Bytes

BDL.md

File metadata and controls

12 lines (11 loc) · 325 Bytes

10-01 Git Branching

  • git clone
  • git remote add origin
  • git remote add upstream
  • git remote rename origin upstream
  • git fetch upstream
  • git pull upstream main
  • Creating a Pull Request on GitHub
  • Pull Request review process
  • Dealing with conflicts in Pull Request (Test merging)
  • Merging on GitHub