我已簽出一個乾淨的分支與node_modules
子目錄。當我做git status
,我得到:git reporting check out子目錄爲未跟蹤
Your branch is up-to-date with 'origin/development'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
node_modules/.bin/_mocha
node_modules/.bin/mkdirp
node_modules/.bin/mocha
etc.
了數百個文件,該文件夾中。我嘗試過git checkout HEAD -- node_modules
,但它仍然將該文件夾報告爲未跟蹤。
這個分支上'.gitignore'文件的內容是什麼?前一個分支中'.gitignore'文件的內容是什麼? – jeerbl