0

変更された表示が続くこの問題が発生し続けています: 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

考え?

4

1 に答える 1

0

git ドキュメント ページのチュートリアルを参照してください。git add変更をステージングするだけで、git commit実際にはリポジトリにロックされません。

于 2013-02-07T00:00:09.630 に答える