Day-10: Advance Git & GitHub for DevOps Engineers.
Git Branching
Branching is a feature provided in git so that developers can create code related to different functionalities on separate branches. This helps the developer team to create the code in an uncluttered way. Later this code can be merged w...
afsha.hashnode.dev4 min read