git clone [email protected]:<username>/gitpractice.git
git checkout -b <branch-name>
example: $ git checkout -b feat-honululu-widget
git add .
git commit -m "feat: add honululu widget"
git push origin <branch-name>
git request-pull <feature-branch> <upstream> main