git使用

作者: 歪歪1993 | 来源:发表于2020-07-02 14:24 被阅读0次

    拉代码

    $ git clone git@gitlab.xxx.com:h5/xxx.git
    

    查看远程分支

    $ git branch -a
    
    image.png

    切换分支

    $ git checkout -b dev
    

    相关文章

      网友评论

          本文标题:git使用

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