git-basics
  • Introduction
  • Branching
  • Stash
Powered by GitBook
On this page

Was this helpful?

Stash

git stash
git stash list ( see all stashed list )
git stash apply ( get stashed changes back )
PreviousBranching

Last updated 5 years ago

Was this helpful?