Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 351 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (13 loc) · 351 Bytes
  1. git checkout main
  2. git pull upstream main
  3. git checkout -b
  4. git pull upstream main
  5. git push origin
  6. Pull Request => Review => Merge Is PR merged? if no
    1. make more commits to
    2. git push origin if yes
    3. git checkout main
    4. git pull upstream main