@@ -631,7 +631,7 @@ So after you do a `cp -a` to create a new copy, you'll want to do
631631$ git update-index --refresh
632632----------------
633633+
634- in the new repository to make sure that the index file is up-to- date.
634+ in the new repository to make sure that the index file is up to date.
635635
636636Note that the second point is true even across machines. You can
637637duplicate a remote Git repository with *any* regular copy mechanism, be it
@@ -701,7 +701,7 @@ $ git checkout-index -u -a
701701----------------
702702
703703where the `-u` flag means that you want the checkout to keep the index
704- up-to- date (so that you don't have to refresh it afterward), and the
704+ up to date (so that you don't have to refresh it afterward), and the
705705`-a` flag means "check out all files" (if you have a stale copy or an
706706older version of a checked out tree you may also need to add the `-f`
707707flag first, to tell 'git checkout-index' to *force* overwriting of any old
@@ -1283,7 +1283,7 @@ run a single command, 'git-receive-pack'.
12831283
12841284First, you need to create an empty repository on the remote
12851285machine that will house your public repository. This empty
1286- repository will be populated and be kept up-to- date by pushing
1286+ repository will be populated and be kept up to date by pushing
12871287into it later. Obviously, this repository creation needs to be
12881288done only once.
12891289
@@ -1450,7 +1450,7 @@ transport protocols (HTTP), you need to keep this repository
14501450would contain a call to 'git update-server-info'
14511451but you need to manually enable the hook with
14521452`mv post-update.sample post-update`. This makes sure
1453- 'git update-server-info' keeps the necessary files up-to- date.
1453+ 'git update-server-info' keeps the necessary files up to date.
14541454
145514553. Push into the public repository from your primary
14561456 repository.
0 commit comments