一個文件,我不知道爲什麼,但我不能承諾,推動我加入這個新的文件。似乎不能犯git的
$ git st
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# new file: css/clearfix.css
#
$ git push origin master
Everything up-to-date
$ git pull
Already up-to-date.
你不要在你的例子提交 - 你只是'push'和'pull'(它們都不是一個'commit') – zerkms
吧?它說已添加一個新文件。也許我沒有使用正確的術語。我如何將新文件推送到git倉庫? – chovy
它添加到舞臺上,還沒有被提交。提交是通過'git commit'完成的。 「更改**是**犯」 – zerkms