Advance Git & GitHub for DevOps Engineers.
๐ Git Branching
Git branching is a way to work on different versions of a project simultaneously. Git branches are effectively a pointer to a snapshot of your changes.
๐ Git Revert and Reset
Git revert Allows you to create a new commit that undoes ...
nikhil16.hashnode.dev2 min read