We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1a13d commit 255994bCopy full SHA for 255994b
README.md
@@ -1171,6 +1171,28 @@ git show [<options>] [<object>…]
1171
1172
其他更詳細的介紹,請參考 [https://git-scm.com/docs/git-show](https://git-scm.com/docs/git-show)
1173
1174
+## git diff
1175
+
1176
+以下為官方說明
1177
1178
+```text
1179
+ Show changes between commits, commit and working tree, etc
1180
+```
1181
1182
+這邊舉幾個例子,
1183
1184
+檔案還沒進入暫存區 ( Stage ),也就是執行 git add xxx 之前,
1185
1186
+可以看做了那些修改,
1187
1188
+
1189
1190
+也可以看 commits 之間的差異
1191
1192
+
1193
1194
+其他更詳細的介紹,請參考 [https://git-scm.com/docs/git-diff](https://git-scm.com/docs/git-diff)
1195
1196
## git 其他設定
1197
1198
我們已經設定了 user.name 以及 user.email ,但 Git 上其實還有很多可設定的東西
0 commit comments