Skip to content

Instantly share code, notes, and snippets.

@JeffMill
Last active September 20, 2024 20:19
Show Gist options
  • Save JeffMill/b542230fc60568aa7990dc7112c3eec6 to your computer and use it in GitHub Desktop.
Save JeffMill/b542230fc60568aa7990dc7112c3eec6 to your computer and use it in GitHub Desktop.
git backup
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