我的 git 项目发生了一个奇怪的错误。
liam@development ~/android/system/system/core $ git push git@development:android.git/platform/system/core.git gingerbread-release-om
Everything up-to-date
liam@development ~/android/system/system/core $ git status
# On branch gingerbread-release-om
# Your branch is ahead of 'development/gingerbread-release-om' by 1 commit.
#
nothing to commit (working directory clean)
liam@development ~/android/system/system/core $
有谁知道为什么会发生这种情况?
编辑:
liam@development ~/android/system/system/core $ git remote -v
development git@development:android/platform/system/core (fetch)
development git@development:android/platform/system/core (push)