Git Branching And Merging

Git Branching And Merging Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed different rollback scenarios in a git repository through a demo. https://cloudaffaire.com/undo-changes-in-git-local-repository/ In this blog post, we will discuss how to branch and merge in git repository. Git Branching And Merging: Branching: Nearly every VCS has some form of branching support. Branching means you diverge from the main line of development and continue to do…

1 Comment