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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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)