Replace 'git-foo' with 'git foo' as the former is now deprecated

This commit is contained in:
Laurence Withers 2008-08-18 18:42:22 +00:00
commit ce5a97fd2e
3 changed files with 9 additions and 9 deletions

4
README
View file

@ -32,7 +32,7 @@ user-editable variables live. Variables are generally only set here if
they are not exported in the environment; this allows variables to be
overridden in a wrapper script, with the defaults specified.
This might be a good point to run `git-init-db', if you intend to use
This might be a good point to run `git init-db', if you intend to use
the git SCM system.
Instantiating Modules
@ -121,7 +121,7 @@ order. The following commands may be used:
push (git only)
If this is a git repository, does a `git push' as well as a
`git-push --tags'. This is a good way to ensure that any tags you
`git push --tags'. This is a good way to ensure that any tags you
create are pushed to a central repository (this normally needs to be
done separately).