]> git.cworth.org Git - hgbook-git/commitdiff
Reword a sentence to be less awkward
authorCarl Worth <cworth@cworth.org>
Tue, 12 Feb 2008 21:48:46 +0000 (13:48 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 12 Feb 2008 21:48:46 +0000 (13:48 -0800)
tour.mdwn

index 85ebedd27070584083899d8f01c9a1f77a0d1783..7ea810f6a38728584fc77cdda6faaae440bc4858 100644 (file)
--- a/tour.mdwn
+++ b/tour.mdwn
@@ -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