Search code examples
gitsvnterminalcommandgit-stash

Is there a CLI command for stashing in git-svn?


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")


Solution

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