git使用

作者: Wo信你个鬼 | 来源:发表于2019-01-07 12:05 被阅读0次

    git使用命令

    1. git clone 码云地址

    2. git add ./ 添加

    3. git commit -m 修改说明

    4. git pull 从远程库拉代码

    5. git push 上传

    .git status

    .git checkout master

    .git merge newbranch

    相关文章

      网友评论

          本文标题:git使用

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