Git
Weirane(讨论 | 贡献)2021年9月10日 (五) 08:24的版本 (建立内容为“Category:命令行 == 例子 == === 使用 <code>git diff</code> 的格式比较不在仓库中的文件 === <ref>https://stackoverflow.com/a/17433969/10974…”的新页面)
例子
使用 git diff
的格式比较不在仓库中的文件
git diff --no-index -- A B
还可加 git diff
的其他选项(如指定 context 行数等等)
fetch all history after cloning with --depth=1
git pull --unshallow