美文网首页
GitLab使用

GitLab使用

作者: ilkkzm | 来源:发表于2016-10-13 14:07 被阅读0次

    git rebase -i  合并多个commit (http://www.jianshu.com/p/964de879904a)
    git checkout -b develop master  新建分支
    git merge --no-ff develop (http://hungyuhei.github.io/2012/08/07/better-git-commit-graph-using-pull---rebase-and-merge---no-ff.html)
    git rebase 替换 git merge (http://gitbook.liuhui998.com/4_2.html)

    GITLAB 权限相关 (http://wenva.github.io/git/2016/03/11/%E5%85%B3%E4%BA%8EGitlab%E8%8B%A5%E5%B9%B2%E6%9D%83%E9%99%90%E9%97%AE%E9%A2%98.html)

    (Git reset 参数)http://www.cnblogs.com/kidsitcn/p/4513297.html

    (Git 团队最佳实践) https://segmentfault.com/a/1190000004963641

    (rebase回滚)http://erikos.buchoase.de/2012/09/03/git-tip-of-the-day-git-reflog-or-how-to-undo-a-git-rebase/

    GIT远端删除缓存 git remote prune origin or git fetch -p

    GIT命令图形 git log --graph --pretty=oneline --abbrev-commit

    相关文章

      网友评论

          本文标题:GitLab使用

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