简体   繁体   English

是否有CLI命令可存放在git-svn中?

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

Are there any CLI commands to stash the working copy using git-svn ? 是否有任何CLI命令使用git-svn存储工作副本?

I saw this answer but I was wondering if there is any particular command for git svn : 我看到了这个答案,但我想知道git svn是否有任何特定命令:

Temporarily put away uncommited changes in Subversion (a la "git-stash") 暂时保存Subversion中未提交的更改(“ git-stash”)

With git-svn your local copy is a Git repository. 使用git-svn您的本地副本是一个Git存储库。 You can simply use git stash directly. 您可以直接使用git stash

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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