Advance Git & GitHub
Task-01
Create a new branch and make some changes to it.
Edit any file
Use git stash to save the changes without committing them.
Switch to a different branch, make some changes and commit them.
Make some changes.
Use git stash pop to ...
keepingitsimple.com2 min read