Stash and reset are similar instructions from git, they provice a way to return to last stable commits you have done. But sometimes you don't want to lose your draft work, and git provices ways to deal with that. Lets see when each of these instructions may best fit your scenario.
Welcome to @queiroz-rafael !
Lets explore git stash, a simple way to get hide of uncomplete changes, and later return that. Like a Control+z command.
Hope you enjoy the video and can utilize this content for helping you in the achievement of you personal and professional goals.
Knowledge is one of few things we can share without reducing or subtracting it. This channel is an attempt to bring education about technology, without costs, to all corners of the planet. We believe technology knowledge in good hands, like yours, can assist to build a better world.
Do you want to support this channel? Please just subscribe.
Additional links:
https://git-scm.com/docs/git-reset
https://git-scm.com/docs/git-stash
0:00 git Stash overview
1:30 Git stash usage example
2:45 Git understanding stash stack (push and pop)