This is my demo repo.
- create branch
- make changes; work on project
- save locally
- git add .
- git commit -m "messsage"
- git push -u origin your_branch_name
- Repeat add commit push(without the -u your_branch_name)
- merge on Github
- delete branch on Github
- git pull origin main
- git branch -D "your_branch_name"