Day 10 Task: Advance Git & GitHub for DevOps Engineers
Git Branching:
Git branching allows developers to diverge from the production version of code to fix a bug or add a feature. Developers create branches to work with a copy of the code without modifying the existing version. You create branches to iso...
naveenhalkarni.hashnode.dev2 min read