Git #7 - stash your changes and multi-task

Published: 12 December 2021
on channel: itvraag
107
3

We'll go through how to use git stash to save your change temporarily so that you can work on something else. Stashing is a way to park your change progress in order to work on something else. This is handy when you're half way in a change, but something with high priority comes up and you don't want to lose your progress. Stashing saves your progress and returns your repository to the last commit.
#git
https://itvraag.nl

git stash
git stash -a
git stash list
git stash apply
git stash pop
git stash drop
git stash clear


Watch video Git #7 - stash your changes and multi-task online, duration hours minute second in high quality that is uploaded to the channel itvraag 12 December 2021. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 107 times and liked it 3 visitors.