Lean Git

作者: azmohan | 来源:发表于2018-02-12 16:28 被阅读11次

    Key Idea

    1. A git commit is a node in a graph.
    2. References are pointers to commits.
    3. References make commits reachable.

    Reference flavors

    1. local branch.
    2. remote branch.
    3. tag

    Advantage

    1. git commit --amend

    相关文章

      网友评论

          本文标题:Lean Git

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