Git Book
Notes for upcoming book on Git.
Stashing changes
git stash
git stash pop
- Allows you to switch branches when you are mid-flow
- Can move changes from one branch to another if you start work on the wrong branch
Notes for upcoming book on Git.
git stash
git stash pop