How to use git stash ?
How to use git stash Here's the sequence to follow when using git stash: Save changes to branch A. Run git stash. Check out branch B. Fix the bug in branch B. Commit and (optionally) push to remote. Check out branch A Run git stash pop to get your s...
Aug 2, 20221 min read25

