1

Are there any CLI commands to stash the working copy using git-svn?

I saw this answer but I was wondering if there is any particular command for git svn:

Temporarily put away uncommited changes in Subversion (a la "git-stash")

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
KMR
  • 265
  • 3
  • 9

1 Answers1

0

With git-svn your local copy is a Git repository. You can simply use git stash directly.

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257