[Cs-dev] [OT] Git game
Date | 2013-06-29 17:07 |
From | Andres Cabrera |
Subject | [Cs-dev] [OT] Git game |
Attachments | None None |
Hi, I've found this interesting git game that has helped understand some of the mysteries of git:http://pcottle.github.io/learnGitBranching/ Andrés |
Date | 2013-06-29 18:05 |
From | Steven Yi |
Subject | Re: [Cs-dev] [OT] Git game |
Ah, this is a fun way to learn git. :) I have been using other game-like sites for learning clojure and haskell. For git, I'd also recommend: http://nvie.com/posts/a-successful-git-branching-model/ for a model for branching. The git-flow plugin makes things very easy. I use this model for Blue and it works very well, IMO. On Sat, Jun 29, 2013 at 12:07 PM, Andres Cabrera |