git을 통해 디렉토리에있는 모든 것을 추가하려고합니다. 그러나 특정 디렉토리의 경우 폴더는로드되지만 내용은로드하지 않습니다. 나는 Git Not Directory Directory 내용
git add -A
을 사용하려고하지만 내 변경 사항을 적용하려고에
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
# (commit or discard the untracked or modified content in submodules)
#
# modified: sendgrid-php (untracked content)
#
no changes added to commit (use "git add" and/or "git commit -a")
을 반환했다. 여기에 무슨 문제가있을 수 있습니까?
.gitignore 파일이 폴더 또는 해당 내용을 무시하고있을 수 있습니다. – eLRuLL
[git add -A는 디렉토리에 수정 된 모든 파일을 추가하지 않습니다.] (http://stackoverflow.com/questions/7726131/git-add-a-is-not-adding-all-modified-files-in -dirctories) – nawfal