Created
March 18, 2014 17:31
-
-
Save davestern/9625008 to your computer and use it in GitHub Desktop.
git stash with automatic date prepended
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
stasht = !git stash save "[`date '+%Y-%m-%d %H:%M:%S'`] " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment