In this video will discussed git stash what is git stash when to use git stash .
git stash temporarily (stashes) changes you've made to your working copy so you can work on something else, and then come back and re-apply them later on. Stashing is handy if you need to quickly switch context and work on something else, but you're mid-way through a code change and aren't quite ready to commit.
Basic Commands:
git stash :stash the uncommitted changes .
git stash list: show all the stashes.
git stash apply: apply the top stash to the current branch
git stash apply n: apply nth no stash
git stash pop n: apply the stash and remove from stash list
git stash clear : remove the entire stash
git stash drop n: remove particular stash
Sur cette page du site, vous pouvez voir la vidéo en ligne Git Session 8 || Git Stash || git stash durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur BCReddy Devops 04 septembre 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 86 fois et il a aimé 1 téléspectateurs. Bon visionnage!