svn 命令的短代码是什么?

发布于 2024-12-28 19:50:29 字数 186 浏览 0 评论 0原文

我知道 co 可以用作 checkout 的简写,并且通过实验我发现 didiff 的简写> 和 ststatus 的缩写。是否有所有 svn 命令的缩写代码?如果有的话,它们是什么?

I know that co can be used as shorthand for checkout, and through experimentation I have found di is short for diff and st short for status. Are there shortened codes for all svn commands? If so what are they?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

没有你我更好 2025-01-04 19:50:29

输入 svn help 会显示所有可用命令及其快捷方式的列表:

Available subcommands:
(Only those with 2-letter short-codes listed)

   changelist (cl)
   checkout   (co)
   commit     (ci)
   copy       (cp)
   delete     (rm)
   diff       (di)
   help       (h)
   list       (ls)
   move       (mv)
   propdel    (pd)
   propedit   (pe)
   propget    (pg)
   proplist   (pl)
   propset    (ps)
   status     (st)
   switch     (sw)
   update     (up)

Typing svn help shows a list of all available commands and their shortcuts:

Available subcommands:
(Only those with 2-letter short-codes listed)

   changelist (cl)
   checkout   (co)
   commit     (ci)
   copy       (cp)
   delete     (rm)
   diff       (di)
   help       (h)
   list       (ls)
   move       (mv)
   propdel    (pd)
   propedit   (pe)
   propget    (pg)
   proplist   (pl)
   propset    (ps)
   status     (st)
   switch     (sw)
   update     (up)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文