Skip to content

Instantly share code, notes, and snippets.

View verschuur's full-sized avatar
🤠

Govert Verschuur verschuur

🤠
  • Funxtion
  • Amsterdam
View GitHub Profile
// Checkout file from stash
git checkout stash@{0} -- <filename>
// Save file from stash using a different name
git show stash@{0}:<full filename> > <newfile>