我一直遇到这个问题,它不断显示修改:Aisis-Core:
nothing added to commit but untracked files present (use "git add" to track)
adam@adam-VirtualBox:~/Dropbox/AisisGit/Aisis-Core$ git add -A
adam@adam-VirtualBox:~/Dropbox/AisisGit/Aisis-Core$ git status
# On branch tests
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# new file: Aisis-Core
# new file: functions.php
# new file: index.php
# new file: style.css
#
# 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: Aisis-Core (modified content, untracked content)
如果我做git add -A或git add Aisis-Core然后做 git status 我仍然看到修改:Aisis-Core
想法?