简体   繁体   中英

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM