美文网首页
Git基本使用

Git基本使用

作者: 一蓑烟雨_龙哥 | 来源:发表于2020-12-05 00:35 被阅读0次
     ##git 基本命令。
    

    1.git 提交 ,提交只是提交到本地的仓库,并没有推送服务上去。

    git  commit -m  "删除掉打包的文件"   
    

    2.git 推送

    git push
    

    相关文章

      网友评论

          本文标题:Git基本使用

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