美文网首页
git使用经验技巧

git使用经验技巧

作者: 托贝多尔 | 来源:发表于2022-04-14 14:48 被阅读0次

    上传文件到远程仓库

    git init
    git remote add gitee(远程库别名) 远程仓库地址 #添加远程仓库地址 
    git checkout -b mydev # push的分支不能跟远程分支名重合
    git push gitee
    git remote remove gitee #刪除远程仓库地址
    

    参考链接

    相关文章

      网友评论

          本文标题:git使用经验技巧

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