【发布时间】:2014-08-01 18:59:15
【问题描述】:
所以如果我执行 git status 我会得到:
bsg-integration> git status
On branch master
Your branch is up-to-date with 'origin/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: bsg-services (untracked content)
no changes added to commit (use "git add" and/or "git commit -a")
然后我尝试使用git add . 和git add -u,但是当我使用git status 时仍然得到同样的结果。发生了什么以及如何将此文件夹推送到 github?在我的 github 存储库中,文件夹 bsg-services 显示为灰色文件夹。这是什么意思?谢谢!
【问题讨论】: