From: Carl Worth Date: Tue, 12 Feb 2008 21:48:46 +0000 (-0800) Subject: Reword a sentence to be less awkward X-Git-Url: https://git.cworth.org/git?p=hgbook-git;a=commitdiff_plain;h=572d193ee4ae3e8793f2de513ea3ac3aea14b295;hp=5be8308649310ef4c6ac6088ad16472b841e3a31 Reword a sentence to be less awkward --- diff --git a/tour.mdwn b/tour.mdwn index 85ebedd..7ea810f 100644 --- 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