Advance Git & GitHub for DevOps Engineers
In this article, we will learn about:
Git Branching
Git Revert and Reset
Git Rebase and Merge
Merge Conflicts
Git Branching
A branch is a version of the repository that diverges from the main working project. It is a feature available in most m...
advanced-git-concept.hashnode.dev7 min read