This assignment helped me practice branching and understand basic Git Flow, including creating, switching, committing, and merging branches both locally and on GitHub.
I created a feature branch using Visual Studio Code by clicking the branch icon in the bottom left and selecting + Create new branch.
I named the branch: feature/assignment4
before adding new branch
after adding:
I made some changes to my markdown file (Assignment4nithish.md) on the feature/assignment4 branch and committed them:
I published my local branch to the remote using:
Once the changes were pushed, I went to GitHub and created a Pull Request to merge feature/assignment4 into the main branch.
After merging and deleting the remote feature branch on GitHub, I ran the following command to remove stale references to it from my local machine:







