Git basic (Part -ll)
Git Terminologies
Branch:
A branch is a version of the repository that diverges from the main working project. It is a feature available in most modern version control systems. A Git project can have more than one branch. These branches are a point...
yashswinithakur01.hashnode.dev6 min read