CVS版本管理系統雖然古老但是還是很多人在用, 至少我之前的公司就是
cvs status雖然可以找到變更的檔案有時卻又太多
這兩個指令可以找到有變更的檔名, 出處我已經忘了.
# Show new files in current project
"cvs status | grep ?"
# Show status of all *not* Up-to-date files
"cvs status | grep Status | grep -v Up"
cvs status雖然可以找到變更的檔案有時卻又太多
這兩個指令可以找到有變更的檔名, 出處我已經忘了.
# Show new files in current project
"cvs status | grep ?"
# Show status of all *not* Up-to-date files
"cvs status | grep Status | grep -v Up"
留言