Plausible Yeti Git Workflow
-
GITHUB: Fork plausibleyeti/client-recon 0.1.LOCAL: git clone user/client-recon 0.2.LOCAL: git remote add upstream plausibleyeti/client-recon
-
Find issue that you were assigned a. Or Assign issue to yourself
-
LOCAL || git status to make sure you are on master
-
LOCAL || git pull --rebase usptream master => makes sure master is up to date with truth
-
LOCAL || git checkout -b feature-IssueThatYouWereAssigned
-
GITHUB || pull request Create initial pull request with Task list of issues
-
LOCAL || git status => to check branch
-
Cyclical a. make edits b. git add c. git commit
-
LOCAL || git pull --rebase upstream master
-
LOCAL || git push origin feature-IssueThatYouWereAssigned
-
GITHUB || pull request finalize and assign
-
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
- review changes and merge
- merge request