Advance Git & GitHub for DevOps Engineers.
Git Branching:
In the version control system "branch" refers to the separate line of workspace derived from the main code base. Each branch has its own set of commits and can be experimented with without hampering the main code base. in Git we called...
debojyoti1994.hashnode.dev5 min read