GMT20220720-041625_Recording_1920x1120.mp4

Branches

https://docs.github.com/en/get-started/quickstart/github-flow

Flow diagram

img.png

Version Control & Workflow

Branches & Flow

git checkout main

git pull origin main

git branch day-#

git checkout day-#

git push origin day-#