一、简介
1、创建一个可以托管整个代码的地方
2、使程序员可以协同工作
3、充分利用git特性
preston-werner
和chris wanstrath
4、核心功能
首页(不登录)--->features
1、搜索
只能搜索条件举例:
(1)in:readme 在readme文件中搜索(默认是在描述与关键字中搜索)
(2)stars:>number (blog in:reame stars:>5000)
(3)created:<2020-9-8
(4)'after_script:'+'stage:deploy' filename:gitlab-ci.yml
...更多搜索条件在帮助文档中查看
2、搭建个人博客
打开baryclark/jekyll-now
--->fork
---->
3、开发方式
(1)、主干开发
主干开发
(2)git flow
git flow
(3)、github flow
image.png
(4)、gitlab flow
image.png
网友评论