Day 10 : Advanced Git & GitHub for DevOps
Git Branching
Branching is like creating separate workspaces within your code repository. Each repository starts with a default branch (usually 'master' or 'main') and can have multiple other branches. These branches are isolated areas where you can ...
piyushchauhan6397.hashnode.dev2 min read