(不然commit 要加上-a 的參數); git add -u # 只加修改過的檔案, 新增的檔案不加入. ... git diff HEAD # 比較目前位置與Repository 差別; git diff new-branch # 比較 ...
確定! 回上一頁