Git Book: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Notes for upcoming book on Git. | Notes for upcoming book on Git. | ||
== Potential titles == | |||
Version Control with Git | |||
== Stashing changes == | == Stashing changes == |
Latest revision as of 08:49, 18 June 2021
Notes for upcoming book on Git.
Potential titles
Version Control with 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