Skip to content

[软技能] 第96天 说说你对Git的branch, diff, merge的理解? #965

Open
@haizhilin2013

Description

@haizhilin2013

第96天 说说你对Git的branch, diff, merge的理解?

Activity

LinStan

LinStan commented on Jul 21, 2019

@LinStan

branch git分支相关操作,可用于查看、新建、删除分支以及分支的重命名操作
diff 用于对比两次修改的差异 可以通过自定义参数来指定对比哪两次修改
merge 用于合并分支或者某次提交 一般用于将分支或修改的内容合并到master上
三者都是git的基本操作指令

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@LinStan

        Issue actions

          [软技能] 第96天 说说你对Git的branch, diff, merge的理解? · Issue #965 · haizlin/fe-interview