Skip to content

Instantly share code, notes, and snippets.

@omiend
Created May 20, 2015 00:07
Show Gist options
  • Save omiend/154c5b767b733c850dec to your computer and use it in GitHub Desktop.
Save omiend/154c5b767b733c850dec to your computer and use it in GitHub Desktop.
【git】一つ前のスタッシュで復元
#!/bin/sh
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree stash pop stash@{0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment