Linux Git 常用命令概述

今天接上一篇,說說Git 的常用的命令。上一篇鏈接 1. git diff 查看執行git status (查看倉庫的狀態)的結果的詳細信息。 ① 尚未緩存的改動:git diff ② 查看已緩存的改動: git diff --cached ③ 顯示摘要 :git diff --stat 其中的 git status -s 是顯示簡略信息。 A 表示已緩存的(即執行過git add 的文件)或沒有
相關文章
相關標籤/搜索