This is a sample repository / sample app for the Git course.
- This change made by VSCode
- This change made by Visual Studio 2022
- git checkout main
- git pull
- git checkout -b bug-00-branch-name
- Do Work here
- 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-00-branch-name
- Add new features
- Fix the bugs