Day 10 of #90DaysOfDevOps
Git Branching
In Git, a branch is a new/separate version of the main repository. Branches allow you to work on different parts of a project without impacting the main branch. When the work is complete, a branch can be merged with the main project. Yo...
basavaraj-devops-blog.hashnode.dev3 min read