1 / 15

Git & Work Flow Practice

Git & Work Flow Practice. wangyaodi@gmail.com 2011/08/30 L ightning Talk @ RailsWed http://groups.google.com/group/railswed. About Me. a.k.a. - yorzi Details - about.me/wangyaodi Senior Engineer at Intridea Inc. More Links: http://tech.wangyaodi.com

vidar
Download Presentation

Git & Work Flow Practice

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Git & WorkFlowPractice wangyaodi@gmail.com 2011/08/30 Lightning Talk @ RailsWed http://groups.google.com/group/railswed

  2. About Me • a.k.a. - yorzi Details - about.me/wangyaodi Senior Engineer at Intridea Inc. More Links: • http://tech.wangyaodi.com • http://github.com/yorzi • http://twitter.com/yorzi • http://more-other-sites/yorzi 王要弟 Andy Wang

  3. http://zh-cn.whygitisbetterthanx.com

  4. Git & Workflow

  5. Subversion-Style Workflow

  6. Integration Manager Workflow

  7. Dictator and Lieutenants Workflow

  8. Intridea’sGit-Flow Vincent Driessen’ Git-Flow http://nvie.com/posts/a-successful-git-branching-model/

  9. Tool: GitFlow https://github.com/nvie/gitflow http://ihower.tw/blog/archives/5140 http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow

  10. Tool: Git-Goggles https://github.com/nowells/git-goggles http://teebes.com/blog/22/introducing-git-goggles

  11. GitTricks • Git auto-completion • http://www.codethatmatters.com/2010/01/git-autocomplete-in-mac-os-x/ • Easy log alias gl='git log --pretty=format:"%Cgreen%h%Creset%x09%an%x09%Cblue%ar%Creset%x09%s"' • Display branch name in terminal export PS1="\u@\h\w\[$txtcyn\]\$git_branch\[$txtrst\]:”

  12. More Resources • Git Official Site • http://git-scm.com/ • http://gitbook.liuhui998.com/ • Learn Git via PPT • http://www.slideshare.net/littlebtc/git-5528339 • Why Git is Better than X • http://zh-cn.whygitisbetterthanx.com/

  13. Thank You!

More Related