zoukankan      html  css  js  c++  java
  • git push 到不同的 地址库

    git push 到不同的 url

    1、增加库地址
    git remote add origin(可以自己命名) URL

    2、修改
    git remote origin set-url URL

    3、先删后加

    git remote rm origin URL

    git remote add origin URL

    4、提交

    git push origin //提交默认分支

    git push myorigin dev //提交指定的地址,指定的分支

  • 相关阅读:
    Codeforces 526D Om Nom and Necklace (KMP)
    HDU
    HDU
    Codeforces 219D
    HDU
    HDU
    POJ
    HDU
    HDU
    第二次作业
  • 原文地址:https://www.cnblogs.com/woshixiaozhu/p/13439913.html
Copyright © 2011-2022 走看看