GitHub Workflow
git checkout main
git pull
git checkout -b "fix-login-button" git add .
git commit -m "fix bug with login button" git pull origin main
git push origin <type-current-branch-name-here>Last updated
git checkout main
git pull
git checkout -b "fix-login-button" git add .
git commit -m "fix bug with login button" git pull origin main
git push origin <type-current-branch-name-here>Last updated