Skip to content

Instantly share code, notes, and snippets.

@omiend
Last active August 29, 2015 14:20
Show Gist options
  • Save omiend/e5f1974052e0ebc22006 to your computer and use it in GitHub Desktop.
Save omiend/e5f1974052e0ebc22006 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 save `date`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment