Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.07 KB

github.md

File metadata and controls

34 lines (27 loc) · 1.07 KB

Plausible Yeti Git Workflow

  1. GITHUB: Fork plausibleyeti/client-recon 0.1.LOCAL: git clone user/client-recon 0.2.LOCAL: git remote add upstream plausibleyeti/client-recon

  2. Find issue that you were assigned a. Or Assign issue to yourself

  3. LOCAL || git status to make sure you are on master

  4. LOCAL || git pull --rebase usptream master => makes sure master is up to date with truth

  5. LOCAL || git checkout -b feature-IssueThatYouWereAssigned

  6. GITHUB || pull request Create initial pull request with Task list of issues

  7. LOCAL || git status => to check branch

  8. Cyclical a. make edits b. git add c. git commit

  9. LOCAL || git pull --rebase upstream master

  10. LOCAL || git push origin feature-IssueThatYouWereAssigned

  11. GITHUB || pull request finalize and assign

  12. IF MAKING Changes to pull request a. LOCAL || make changes locally b. LOCAL || git add c. LOCAL || git commit d. LOCAL || git pull --rebase upstream master e. LOCAL || git push origin feature-IssueThatYouWereAssigned

SCRUM MASTER // SECOND SET OF EYES

  1. review changes and merge
  2. merge request