← Useful Tips
GitGit

git stash: Temporarily store unfinished Git changes

Use git stash to temporarily store unfinished Git changes. It makes version-control work faster and reduces avoidable mistakes.

git stash

Why it helps

Use git stash to temporarily store unfinished Git changes. It makes version-control work faster and reduces avoidable mistakes.

How to use it

  1. Open the relevant app or terminal.
  2. Use the shortcut or command above in the relevant context.
  3. Check the result; for commands that change data, test on a small example first.
People also search for
git stash: Temporarily store unfinished Git changesgit stashtemporarily store unfinished git changeshow to temporarily store unfinished git changesGit temporarily store unfinished git changes

Related tips