git快速入门
首先到http://github.com/申请一个300M的免费空间(足够了),然后按照下面的流程操作,注意SSHkey生成的那步 From http://hi.baidu.com/kissdev/blog/item/944aa2fab2817215a8d311f1.html 1. GIT相比CVS/SVN,Git 的优势:- 支持离线开发,离线Repository-...
View Articlegit push与分支操作
git push相关 $ git push ssh://git@dev.lemote.com/rt4ls.git master // 把本地仓库提交到远程仓库的master分支中 $ git remote add origin ssh://git@dev.lemote.com/rt4ls.git $ git push origin master...
View Articlegitpage试玩并绑定域名
试玩下gitpage并绑定域名 创建medcl.gihub.com,注:必须是这种格式的repo:你的用户名.github.com。 D:>mkdir medcl.github.com D:>cd medcl.github.com D:\medcl.github.com> git init Initialized empty Git repository in...
View Articlejekyll&es-doc部署脚本
https://github.com/mojombo/jekyll/wiki/Deployment jekyll&es-doc部署脚本 [root@medcl doc.elasticsearch.cn]# git clone http://medcl@github.com/medcl/doc.elasticsearch.cn.git Initialized empty Git...
View Articlegitosis
安装 git sudo apt-get install git-core 配置 git服务器 #创建git服务器管理用户 sudo useradd -m git sudo passwd git #创建git仓库存储目录 sudo mkdir /home/git/repositories #设置git仓库权限 sudo chown git:git /home/git/repositories sudo...
View Articlegitolite正确配置流程
...... 前2天折腾的够呛,记录下。 开始之前一定仔细看完,http://sitaramc.github.com/gitolite/sts.html#ssh-ha [root@starcraft git-2012-07-21]# ssh-keygen Generating public/private rsa key pair. Enter file in which to save the...
View Articlegitolite
外出进场,临时需要搭建git服务器,但是又不能脱离统一的源码管理。 #make sure to under root sudo su cp ~/.ssh/id_rsa.pub /tmp/admin.pub useradd git passwd git ssh-copy-id -i /tmp/admin.pub git@localhost yum install cpan yum install...
View Articlegit push 遭遇拒绝
C:\pub\xx.com>git push o2 master git@xxx.com's password: Counting objects: 1297, done. Delta compression using up to 4 threads. Compressing objects: 100% (678/678), done. Writing objects: 100%...
View Article