AnA*_*ice 1 git ruby-on-rails github
通常,我向github签入代码的工作流程是:
git add .
git commit -a -m "description"
git push
Run Code Online (Sandbox Code Playgroud)
这一直都有效.但现在当我提交时,我收到此错误:
$ git commit -a -m "x"
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# ../db/migrate/20110506232317_add_xxxxxxxx.rb
# ../lib/xxxxxxxx_job.rb
nothing added to commit but untracked files present (use "git add" to track)
Run Code Online (Sandbox Code Playgroud)
并重新使用git add.没有效果.有什么想法在这里发生了什么?谢谢
| 归档时间: |
|
| 查看次数: |
465 次 |
| 最近记录: |