美文网首页
SourceTree基本操作

SourceTree基本操作

作者: 蒋狗 | 来源:发表于2016-10-25 17:43 被阅读0次

    1. 远程仓库clone 到本地

    git clone

    2. 添加,提交

    git status/git add/git diff/git commit

    3. 获取,拉取

    git fetch/git pull

    4. 合并

    git merge

    5. 推送

    git push

    6. 忽略文件.gitinore

    .gitignore

    相关文章

      网友评论

          本文标题:SourceTree基本操作

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