Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 256 Bytes

What you need to KNOW AT LEAST

  • What is difference between PR and commit
  • Cut Branch
  • How to update PR
    • update commit with --amend
    • add new commit
  • How to squash your commits
  • How to rebase
  • How to resolve conflict
  • Draft PR test 2 test 3