What does git stash do?

Git Easy

Git — Easy

What does git stash do?

Key points

  • Stash saves uncommitted changes temporarily
  • It enables switching between different tasks
  • Uncommitted changes are not lost
  • Stash applies changes later

Ready to go further?

Related questions