3 回答

TA貢獻(xiàn)1898條經(jīng)驗(yàn) 獲得超8個(gè)贊
特定于特定存儲(chǔ)庫但不需要與其他相關(guān)存儲(chǔ)庫共享的模式(例如,駐留在存儲(chǔ)庫內(nèi)但特定于一個(gè)用戶的工作流的輔助文件)應(yīng)該進(jìn)入 $GIT_DIR/info/exclude
檔案。
.git/info/exclude
.gitignore
core.excludesFile
git update-index --assume-unchanged [<file>...]
$GIT_DIR

TA貢獻(xiàn)1813條經(jīng)驗(yàn) 獲得超2個(gè)贊
更新git update-index --skip-worktree [<file>...]
git update-index --assume-unchanged [<file>...]
.
- 3 回答
- 0 關(guān)注
- 3496 瀏覽
添加回答
舉報(bào)