野心勃勃的用“饭桶”来部署git[zt]

野心勃勃的用“饭桶”来部署git ... by bd7lx ... 7 月 1 天前 ... 471 次点击

用cap 比较ruby way

用vlad 比较新潮

用git ,Linus 的发明的御用-部署工具
http://blog.nbwd.co.uk/2007/8/16/using-git-for-rails-development

够有雄心

http://errtheblog.com/post/11998

看中文Git教程 http://www.bitsun.com/documents/gittutorcn.htm 强大的插件:号称把20天的任务8小时完成的布隆过滤器    |   将Array分割chunk 创建新主题 ... 3 ... 13 篇回复 | | 登录后回复主题 1 - 9-21 10:24 bd7lx 楼主 深圳http://www.urbanhonking.com/ideasfordozens/archives/2007/09/git_tools_the_b.html

git_tools: the Beginnings of a Rake Library for Git

Git的延续话题 2 - 10-31 15:02 bd7lx 楼主 深圳 http://peepcode.com/products/git

录像教学片



3 - 11-5 17:38 bd7lx 楼主 深圳 http://www.lycom.de/past/2007/11/4/git_fast_version_control_system-20071105/

道喜大哥隆重推荐

* Git是版本控制工具;
* Git是一款分布式的版本控制工具;
* Git最为出色的是代码合并和跟踪能力;
* Git没有对代码版本库的浏览和修改进行任何的权限限制;
* Git只适用于Linux/Unix平台; 4 - 11-5 23:04 zhangzhai 上海采用了分布式版本库的方式,不必服务器端软件支持,使源代码的发布和交流极其方便。

这个应该和svn比较,不应该和cap比较吧 5 - 11-6 8:00 bd7lx 楼主 深圳对,跟svn比较

也可以跟svk相提并论

http://chinaonrails.com/topic/view/692.html 6 - 11-22 13:32 bd7lx 楼主 深圳 http://drnicwilliams.com/2007/11/22/going-offline-without-your-favourite-subversion-repository/

git-svn双向操作命令

1. git-svn clone <your svn url> projectname.git
从现有的svn项目中git拿下代码
2. Go camping for the weekend.
外出喜马拉雅登山大本营
3. Commit changes with git commit -a -m "hahaha I'm camping and working - doh!"
爬山间隙,修改代码,在git中提交
4. Come home from camping.
回到家里,连上网线
5. git-svn dcommit and your svn repository will be updated with all your fancy changes; no one will ever know you used Git.
用git-svn dcommit 把代码上传到svn代码库,没有人知道你用里git 7 - 12-5 15:42 bd7lx 楼主 深圳http://toolmantim.com/article/2007/12/5/setting_up_a_new_rails_app_with_git 8 - 12-6 12:46 bd7lx 楼主 深圳 http://toolmantim.com/article/2007/12/5/sharing_git_repositories_via_os_xs_built_in_web_sharing 9 - 1-20 16:53 bd7lx 楼主 深圳svn git 比较2:1

http://novemberain.com/2008/1/18/size-of-ruby-on-rails-cloned-to-git-repository-compared-to-subversion

Free hosting

http://gitorious.org/

http://github.com/

git repository hosting 可以配合项目管理网站Lighthouse 或Campfire

使用 Git 管理源代码
http://www.ibm.com/developerworks/cn/linux/l-git/index.html 10 - 1-28 13:26 bd7lx 楼主 深圳 http://jointheconversation.org/railsgit

视频 11 - 2-1 12:53 bd7lx 楼主 深圳 http://blog.nanorails.com/articles/2008/1/31/git-to-svn-read-only

http://panthersoftware.com/articles/view/3/svn-s-svn-externals-to-git-s-submodule-for-rails-plugins
在火车地铁上通勤人员,Rails编程用git在离线状态,方便浏览svn的变更(历史过程)

SVN's svn:externals to GIT's Submodule for Rails Plugins

http://www.culann.com/2008/02/a-quick-git-svn-tip
简单的入门技巧,命令

http://drnicwilliams.com/2008/02/03/using-git-within-a-team/

团队
使用git的克隆和分叉技巧 12 - 2-29 16:49 bd7lx 楼主 深圳 http://robsanheim.com/2008/02/22/learn-git-10-different-ways/

入门学习
Learn Git 10 Different Ways 13 - 3-5 11:24 bd7lx 楼主 深圳http://www.rubynaut.net/articles/2008/03/04/git-easy-way-to-setup-a-private-remote-repository

给自己的项目找个隐秘的安乐窝

最近搬家的还真不少

http://weblog.techno-weenie.net/2008/3/4/my-gushing-github-love-letter

来自 http://chinaonrails.com/topic/view/751.html

你可能感兴趣的:(#Git)