欢迎光临IT网Linux学习频道

当前位置: > Linux服务器 > Git >
  • [Git] gitlab 6 安装备忘录 日期:2016-05-14 00:42:52 点击:198 好评:0

    gitlab 6.2-stable;Ubuntu 13.10;ruby 2.0.0 推荐使用PostgreSQL,MySQL不同版本可能碰到兼容性问题(www.oschina.net/question/82993_84763) ruby安装推荐使用rvm(ruby-china.org/wiki/install_ruby_guide) 参考:www.sagestroll.com/node/202 gem,ruby,bundle...

  • [Git] Git 2.7.1 发布 日期:2016-02-14 12:33:19 点击:195 好评:0

    Git 2.7.1 发布了,该版本主要是 bug 修复,修复的 bug 列表如下: https://github.com/git/git/blob/master/Documentation/RelNotes/2.7.1.txt 下载地址: https://github.com/git/git/releases/tag/v2.7.1...

  • [Git] Git For Windows 2.7.1 发布下载 日期:2016-02-14 12:33:02 点击:168 好评:0

    Git For Windows 2.7.1 发布,该版本紧跟 Git 2.7.1 版本,主要是 bug 修复。 下载地址: http://www.git-scm.com/download/win...

  • [Git] ubuntu 中搭建gitlab方法 日期:2016-02-02 17:59:57 点击:152 好评:0

    1 首先需要使用root用户登录系统,更新与升级系统 # run as root apt-get update apt-get upgrade apt-get install sudo 2 安装编辑器vim sudo apt-get install -y vim 3. 安装gitlab 依赖的软件包 sudo apt-get install -y build-essential zlib1g-dev liby...

  • [Git] centos 6中安装gitlab方法 日期:2016-02-02 17:59:22 点击:81 好评:0

    GitLab,是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。 它拥有与Github类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供...

  • [Git] 你需要知道的 12 个 Git 高级命令 日期:2016-01-31 13:58:23 点击:96 好评:0

    众所周知,Git目前已经是分布式版本控制领域的翘楚,围绕着Git形成了完整的生态圈。学习Git,首先当然是学习Git的基本工作流。相比 于SVN等传统版本控制系统来说,Git是专为分布式版本控制而生的强大工具。使用Git时常用的命令有pull、commit、push等,貌似...

  • [Git] Git 2.7.0 RC3 发布 日期:2015-12-29 21:56:24 点击:86 好评:0

    Git 2.7.0 RC3 发布,此版本主要改进: * The appearance of gitk, particularly on high DPI monitors, have been improved. gitk also comes with an undated translation for Swedish and Japanese. * git remote learned get-url subcommand to show the...

  • [Git] Git 2.7.0 RC0 发布 日期:2015-12-14 13:11:23 点击:122 好评:0

    Git 2.7.0 RC0 发布,Git 2.7.0 更新内容如下: UI, Workflows Features * git remote learned get-url subcommand to show the URL for a given remote name used for fetching and pushing. * There was no way to defeat a configured rebase.autostash v...

  • [Git] Gitlab安装成功、创建项目后添加ssh key、push遇到各种问题 日期:2015-12-12 18:41:27 点击:86 好评:0

    按照官方教程安装成功、参考地址: https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/install/centos 但最后创建项目push遇到各种哦你我跟体、想放弃的念头都有了、折腾了一个星期多、还未能解决。 相关设置和数据如下: gitlab版本和相关数据: Sy...

  • [Git] GitLab 部署 日期:2015-12-12 18:40:52 点击:82 好评:0

    GitLab是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。 它拥有与Github类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供一...

栏目列表
推荐内容