Convert a SVN into GIT repo
2009年2月17日星期二
从SVN迁移到GIT:
Git with Rails Tutorial from Scott Chacon on Vimeo.
GIT相关命令:
从 svn 到 git
新部署时代
在 Google Code 中使用 Git
GIT: Convert a SVN into GIT repo
git-svn clone
/trunk /tmp/git-temp
git clone --bare /tmp/git-temp /pub/scm/[yourproject].git
rm -rf /tmp/git-temp
Git with Rails Tutorial from Scott Chacon on Vimeo.
GIT相关命令:
从 svn 到 git
新部署时代
在 Google Code 中使用 Git
GIT: Convert a SVN into GIT repo
http://git.or.cz/course/svn.html
http://github.com/guides/deploying-with-capistrano
发表评论
订阅 博文评论 [Atom]
<< 主页