On branch masterYour branch is behind originmaster by 274 commits and can be fast-forwarded use git pull to update your local branch怎么取消
这个提示可以直接忽略,如果你不想更新本地分支,可以不执行 git pull 命令。如果你想更新本地分支,可以执行 git pull 命令。如果你想取消这个提示,可以通过修改 Git 配置来实现。在命令行中执行以下命令即可:
git config --global advice.statusHints false
这样就可以禁用这个提示了。
原文地址: https://www.cveoy.top/t/topic/eCOo 著作权归作者所有。请勿转载和采集!