Git – Branching Operations
Branches are new lines of the current development line. Branches creates new work spaces different from current and changes can be done without affecting current and other branches. After these changes generally branch will merge with the main branch. For example we want to add new feature. To code the new feature we create new … Read more