This is a Sample Repository / sample app for the Git course.
- This change made by Visial Studio 2022 Community Edition
- This change made by GitHub Desktop
- This change was made using GitKraken
- git checkout main
- git pull
- git checkout -b bug-00-branch-name
- git add .
- git commit
- git checkout main
- git pull
- git checkout bug-00-branch-name
- git merge main
- git checkout main
- git merge bug-00-branch-name
- git pull
- git push
- git branch -d bug-oo-branch-name
- Add new features
- Fis the bugs