顯示具有 CVS 標籤的文章。 顯示所有文章
顯示具有 CVS 標籤的文章。 顯示所有文章

2016年3月14日 星期一

Delete a branch in "CVS"


Delete a branch in "CVS"

command: tag -dB branchname
-d: delete
-B: override and let it know to delete the branch (not a tag).