美文网首页
1.Git实战系列

1.Git实战系列

作者: torres2019 | 来源:发表于2019-03-13 14:34 被阅读0次

    Git资料

    廖雪峰:https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000

    官网:

    https://git-scm.com/

    git最佳实践:

    命令使用为主,idea中git功能为辅助

    常用命令:

    cherry pick

    get reset soft hard

    git stash

    git log

    git status

    git push

    git commit --amend

    git fetch

    git pull --rebase

    git merge

    git checkout

    git branch


    相关文章

      网友评论

          本文标题:1.Git实战系列

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