Skip to content

Instantly share code, notes, and snippets.

@GuiSevero
Created July 25, 2016 19:56
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save GuiSevero/0ea992fa1d07c2e8477b7f2a2c1456fd to your computer and use it in GitHub Desktop.
Save GuiSevero/0ea992fa1d07c2e8477b7f2a2c1456fd to your computer and use it in GitHub Desktop.
SVN "git stash" alternative
set PATH=%PATH%;C:\Program Files\TortoiseSVN\bin
git stash: svn diff > patch_name.patch; svn revert -R .
git stash apply: patch patch_name.patch
based on stackoverflow answer: http://stackoverflow.com/questions/1554278/temporarily-put-away-uncommited-changes-in-subversion-a-la-git-stash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment