Handling WIP
There will be a time when you need to save your 'WIP' (Work-In-Progress)...but you don't want to commit it just yet...because you are not finished.
Answer: git stash (or make another branch!)
Last updated
There will be a time when you need to save your 'WIP' (Work-In-Progress)...but you don't want to commit it just yet...because you are not finished.
Answer: git stash (or make another branch!)
Last updated