]> git.cworth.org Git - cworth.org/commitdiff
Synchronize with 572d193ee4ae3e8793f2de513ea3ac3aea14b295 of hgbook-git
authorCarl Worth <cworth@cworth.org>
Tue, 12 Feb 2008 21:49:26 +0000 (13:49 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 12 Feb 2008 21:49:26 +0000 (13:49 -0800)
src/hgbook-git/tour.mdwn

index 75263697dba3c3c9862bb523c02c9c539c2937fe..a90efd8ffc6b7870daeb01b0eabccc41ec147d90 100644 (file)
@@ -935,9 +935,8 @@ helpful when the commit it isolates is as small as possible.
 
 One advantage of using git over some other systems is that the commit
 speed is blazingly fast. The tool doesn't punish you at all for
-committing as often as you get our project into a state that is worth
-saving. "Commit early, commit often" is a well-supported mode of
-operation with git.
+committing every time your project is in a state worth saving. "Commit
+early, commit often" is a well-supported mode of operation with git.
 
 ### 2.8 Sharing changes