美文网首页
git在没有更改的情况下提交

git在没有更改的情况下提交

作者: 你说你要一场 | 来源:发表于2019-06-13 17:55 被阅读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.智能客服$ 
    
    
    

    相关文章

      网友评论

          本文标题:git在没有更改的情况下提交

          本文链接:https://www.haomeiwen.com/subject/cccefctx.html