git在没有更改的情况下提交
2019-06-13 本文已影响0人
你说你要一场
测试了一下,不会报错,只会提示,一切都是最新的。
h@h-B360M-D2VX-SI:~/models/公司项目/3.智能客服$ git add -A
h@h-B360M-D2VX-SI:~/models/公司项目/3.智能客服$ git commit -m "试试没有更改,能 不能提交"
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
h@h-B360M-D2VX-SI:~/models/公司项目/3.智能客服$ git push
Everything up-to-date
h@h-B360M-D2VX-SI:~/models/公司项目/3.智能客服$