git stash

Stocker les modifications Git locales dans une zone temporaire. Plus d'informations : https://git-scm.com/docs/git-stash.

git stash push {{[-m|--message]}} {{nom_de_stash_optionel}}

git stash {{[-u|--include-untracked]}}

git stash {{[-p|--patch]}}

git stash list

git stash apply {{nom_de_stash_ou_de_commit_optionel}}

git stash pop {{nom_de_stash_optionel}}

git stash clear