Advance Git & GitHub for DevOps Part-I
Git Branching🌿
In Git, a branch is a new/separate version of the main repository.
Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch and can have multiple other branche...
linuxenthusiast.hashnode.dev4 min read