Setup Developer Toolbelt
Live Page for current work putting into practice what I have learned and googled!
Git create branch
git branch “name”
git checkout “name”
to push to this branch in terminal use
git push -u origin “name”
to get back to the main checkout type
git checkout main
## Remember! I am learning new things everyday and getting more practice on things I didn’t know yesterday!
## Things I want to learn more about