dimanche 31 juillet 2011

Nice read about Git workflow

http://sandofsky.com/blog/git-workflow.html

The intended workflow is:
  1. Create a private branch off a public branch.
  2. Regularly commit your work to this private branch.
  3. Once your code is perfect, clean up its history.
  4. Merge the cleaned-up branch back into the public branch.

Explains how Git default workflow is designed to solve the tension between frequent commits and history readability/safety.

Other readings which enlighted me:
- Understanding Git conceptually
- Git branching model
- http://tomayko.com/writings/the-thing-about-git
- Git from the bottom up (or, for a simplified introduction http://nfarina.com/post/9868516270/git-is-simpler)

Aucun commentaire:

Enregistrer un commentaire