Day 13 Task: Advance Git & GitHub for DevOps Engineers
Git Branching
In Git, a branch is a new/separate version of a main repository. Git branch are pointer to a snapshot of your changes. The master branch is a default branch in Git./
When you want to add a new feature or fix a bug, no matter how big or ...
belwalrakshita08.hashnode.dev4 min read