
Hey Hackers 🤟
There are high chances that you’re using Git or some VCS system in your day-to-day work life. Branching is one of the most common and useful component in version control systems like Git.
A branch is like a new working arena where you can add, update or remove existing code. Git provides us a way to create and manage the branches in a project via branch commands.
Here are the topics that I've covered in this article.
🔖 𝐑𝐞𝐚𝐝: https://www.mohitkhare.com/blog/git-branch
Do share it in your community. Happy learning 💡