我有一个公共存储库.没有其他人分叉,拉扯或做任何其他事情.我对一个文件做了一些小改动,成功提交了它们,并试图推送.它说"一切都是最新的".没有分支.我对git非常非常新,我不明白到底是怎么回事.
git remote show origin 告诉我:
HEAD branch: master
Remote branch:
master tracked
Local ref configured for 'git push':
master pushes to master (up to date)Run Code Online (Sandbox Code Playgroud)
我有什么想法可以让它理解它不是最新的?
谢谢
更新
git status::
# On branch master # Untracked files: # (use "git add ..." to include in what will be committed) # # histmarkup.el # vendor/yasnippet-0.6.1c/snippets/ no changes added to commit (use "git add" and/or "git commit -a")
git branch -a:
* master remotes/origin/master
git fsck:
dangling tree …