Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1417772
  • 博文数量: 1334
  • 博客积分: 645
  • 博客等级: 上士
  • 技术积分: 5762
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-25 16:56
文章分类

全部博文(1334)

文章存档

2014年(108)

2013年(1059)

2012年(169)

发布时间:2013-06-10 13:02:17

Article ID: 1272Last updated on February 13, 2013Authored by: Rackspace Support(45 Comments)How to install RHEL EPEL repository on Centos 5.x or 6.xThe following article will describe how to configure a CentOS 5.x-based or Centos .........【阅读全文】

阅读(417) | 评论(0) | 转发(0)

发布时间:2013-06-10 12:53:25

创建一个git用户: useradd gitpasswd git创建git仓库: su - git mkdir project git init --bare 然后就可以从本地clone了 git clone ssh://git@10.5.0.170/projec......【阅读全文】

阅读(266) | 评论(0) | 转发(0)

发布时间:2013-06-10 12:47:24

1. 安装SVN可以使用平台对应的安装包安装,也可以从源代码安装。安装完成之后可以用如下代码进行验证安装是否成功,可执行文件或者在/usr/bin 或者在/usr/local/bin (源代码安装) svnserve –version2. svn配置建立svn版本库目录,可建多个: mkdir -p /opt/svndata/repos1svnadmin create /opt/svndata/r.........【阅读全文】

阅读(291) | 评论(0) | 转发(0)

发布时间:2013-06-10 12:40:07

让git彩色显示新装的系统,不知为啥,”git diff, git status”默认单色显示,看起来很不直观。于是查了下资料,配置一下即可。先来张效果图:配置命令:git config --global color.diff autogit config --global color.status autogit config --global color.branch autogit config --global color.i.........【阅读全文】

阅读(1024) | 评论(1) | 转发(0)

发布时间:2013-06-10 12:36:06

linux安装git(ubuntu, redhat)ubuntu很简单sudo apt-get install git-coreredhat要下载后手动编译安装首先要确保安装了curlyum install curl下载并编译安装wget http://www.codemonkey.org.uk/projects/git-snapshots/git/git-latest.tar.gztar xzvf git-latest.tar.gzcd gi.........【阅读全文】

阅读(656) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册