工程化专题之git

Posted winner2016

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了工程化专题之git相关的知识,希望对你有一定的参考价值。

1 svn:

  1)中心化版本控制,只有server知道版本的变化信息,push和pull需要联网

  2)server硬盘坏了怎们办

2 安装:

  1)git config –-global user.name ‘xx’

  2)git config –-global user.email ‘xx’

  3)ssh-keygen -t rsa -C ‘[email protected]‘ 生成密钥公钥,位于~/.ssh

3 常用命令:

  1)git status 查询当前状态

  2)git remote

    a) git clone

    b)git init

    c)git remote add origin url

    d)git push -u origin master

  3)git fetch/pull/push

  4)回滚:git reset --hard 提交版本号

        git push -f origin master

  5)git checkout

    a)切分支

    b)撤销本地修改

  6)git commit --amend

  7)git merge 合并分支

技术分享图片

 

  8)git rebase 变基

 技术分享图片

9)git tag 

10)git alias 组合命令并起别名

11)git config --list

4 gitlab

5 git hooks

6 git-flow

技术分享图片

 

以上是关于工程化专题之git的主要内容,如果未能解决你的问题,请参考以下文章

VIP课程:互联网工程专题 01-Git基本概念与核心命令掌握

Java架构的路上必学知识点,你又知道多少?(转)

特征工程专题

软考网络工程师冲刺学习重要考点快速解题提分方法

软考网络工程师冲刺阶段重要考点学习

集团动态集团组织开展工程项目管理专题培训