Last active
September 20, 2024 20:19
-
-
Save JeffMill/b542230fc60568aa7990dc7112c3eec6 to your computer and use it in GitHub Desktop.
git backup
This file contains hidden or 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
git.exe stash store -m ('WIP on {0}: {1}' -f (git.exe rev-parse --abbrev-ref HEAD), (git.exe log -1 --pretty=format:'%h %s')) (git.exe stash create) | |
git.exe stash show 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment