Hoi大家,
当我尝试提交文件时,它会给我以下警告:
Your branch is ahead of 'origin/master' by 1 commit
(use "git push" to publish your local commits)
答案 0 :(得分:1)
你做了一个提交。现在,您必须将其推送到远程服务器上。
git push origin master
答案 1 :(得分:1)
您的提交有效。因此,您现在可以在本地提交比在远程存储库上更多的提交。如果您推送更改,则会再次同步。