Replace 'git-foo' with 'git foo' as the former is now deprecated
This commit is contained in:
parent
35217ff47d
commit
ce5a97fd2e
3 changed files with 9 additions and 9 deletions
4
README
4
README
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue