- 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 upstream 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
- GITHUB || fill out git-splainin within pull request comment field
- IF MAKING Changes to pull request
- LOCAL || make changes locally
- LOCAL || git add
- LOCAL || git commit
- LOCAL || git pull --rebase upstream master
- LOCAL || git push origin feature-IssueThatYouWereAssigned
- review changes and merge
- merge request