X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=blobdiff_plain;f=src%2Fhgbook-git%2Ftour.mdwn;h=a90efd8ffc6b7870daeb01b0eabccc41ec147d90;hp=75263697dba3c3c9862bb523c02c9c539c2937fe;hb=999b531894b91df6165a749ede556a1bff25ae1e;hpb=5730c9d9f0735686393ae625b6bdf3043c0700fa diff --git a/src/hgbook-git/tour.mdwn b/src/hgbook-git/tour.mdwn index 7526369..a90efd8 100644 --- a/src/hgbook-git/tour.mdwn +++ b/src/hgbook-git/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