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")
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")
With git-svn your local copy is a Git repository. You can simply use git stash directly.