Advance Git & GitHub for DevOps Engineers: Part-2
Task - 1
Create a new branch and make some changes to it.
Use git stash to save the changes without committing them.
Switch to a different branch, make some changes and commit them.
Use git stash pop to bring the changes back and ap...
neel-soni.hashnode.dev2 min read