我真的不是 git 专家。通常我只使用 -"git add -A" 然后 "git commit -m"msg"" 然后 "git push" 这样一切正常。
这次进行更改,另一个用户对我的项目进行了提交,之后我还使用了“git checkout”,使用了旧提交或新提交的 SHA1,我什至不记得了。
从那时起,我已经分叉(成功)了另一个用户提交,现在我只想按原样提交我的文件夹,并继续正常工作。问题是,现在我得到 -
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
我不想合并任何东西,我只想像本地一样提交并推送我本地计算机中的当前文件夹到bitbucket,然后继续正常使用它。
以后我会深入研究git,我现在没有时间(很多工作......)-请帮助。
非常感谢。