Day 10 Task: Advance Git & GitHub for DevOps Engineers.
To work with Git and GitHub, you must know how to create branches, merge and rebase them and how revert and reset commits.
Git Branching
Use a branch to isolate development work without affecting other branches in the repository. Each repository has ...
namya.hashnode.dev4 min read