码迷,mamicode.com
首页 >  
搜索关键字:以及gitolite迁移到 gitlab    ( 2279个结果
gitlab创建merge请求:从master合并到foo分支后的问题
场景: 同事发了一个版(我需要其中部分代码),提交合并到主分支,然后我的分支也提交到主分支,然后再将主分支上的代码合并到我的分支(gitlab上进行的合并操作)。然后再在本地开发环境中的foo分支下执行pull操...
分类:其他好文   时间:2015-04-21 16:18:08    阅读次数:1091
公司软件架构
本文将介绍公司里面常用的开源软件架构 版本管理工具Git:https://about.gitlab.com/ codereview工具phabricator ,可以和git集成:http://phabricator.org/ maven私服nexus:http://www.sonatype.org/nexus/ 开发者常用工具 集成开发环境ideau:https://www.jetbrains.co...
分类:其他好文   时间:2015-04-20 11:17:45    阅读次数:160
安装gitlab
安装源:git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-10-stable gitlab安装文档:在github上:gitlabhq/doc/install/installation.md执行:sudo -u git -H bun...
分类:其他好文   时间:2015-04-18 23:39:43    阅读次数:158
Git & GitLab 使用及规范
Git & GitLab 使用及规范Git安装配置及基本使用 从官网下载安装包,手动完成安装。 打开Git Bash命令行工具,执行命令ssh-keygen -t rsa -C Email-Addresss生成一个密钥对。 登录到GitLab,点击右上角你的用户头像,点击Edit Profile settings,点击SSH Keys,点击Add SSH Key,填写Title栏,复制用户目录下.s...
分类:其他好文   时间:2015-04-17 14:02:51    阅读次数:286
Gitlab7.8.x 配置邮件功能
第一步:更改配置文件 chuck@ubuntu:/opt/gitlab-7.8.1-0/apps/gitlab/htdocs/config/initializers$ cp smtp_settings.rb.sample smtp_settings.rb chuck@ubuntu:/opt/gitlab-7.8.1-0/apps/gitlab/htdocs/config/initializ...
分类:其他好文   时间:2015-04-14 16:41:46    阅读次数:123
SSH keys Generate
An SSH key allows you to establish a secure connection between your computer and GitLab.Before generating an SSH key, check if your system already has...
分类:其他好文   时间:2015-04-13 22:46:44    阅读次数:251
Jenkins实战 在redhat上编译android项目jar包
好久没记录自己学到的东西了。现在加入了新公司,先做个持续集成练练手,期间遇到很多问题,在此记录一下。首先是Jenkins刷新几次就直接挂了,其实没有多少job在跑。这个问题没这么看,最后mentor发现是memory的问题,默认值太低了,必须设置一下。参见link。然后项目源码是放在自建gitlab...
分类:移动开发   时间:2015-04-12 14:44:12    阅读次数:150
Add SSH Key to GitLab on Windows
Download Git for windowsOpen Git BashType in "ssh-keygen -t rsa", and then press Enter button three timesYou can find the public key in the "file id_r...
分类:Windows程序   时间:2015-04-08 06:36:45    阅读次数:186
gitlab web hook
https://pypi.python.org/pypi/glhooks/0.1.0https://filippo.io/a-python-github-push-webhook-handler/http://zhiwei.li/text/2011/05/python%E4%B8%AD%E5%88%...
分类:Web程序   时间:2015-04-07 17:21:32    阅读次数:176
gitlab的搭建及问题的解决
gitlab则是类似于github的一个工具,github无法免费建立私有仓库,并且为了代码安全,于是在内网安装了一个自己实验室的一个git服务器,gitlab有很多依赖,而bitnami制作了一键安装的包,安装环境:redhat + bitnami-gitlab-7.8-linux-x64-ins...
分类:其他好文   时间:2015-04-05 20:20:07    阅读次数:561
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!