Day 10 - Task: Advance Git & GitHub for DevOps Engineers (Dec 6, 2023)
Git Branching 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 branches. You can merge a branch into another branch using a pull request. ...
Dec 6, 20234 min read12
