summaryrefslogtreecommitdiff
path: root/doc/bare_repositories.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-07 12:45:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-07 12:45:59 -0400
commit8aec790a7aefba4dc2e8e0d219d333c12ad585e3 (patch)
tree3109d87ab24e0a5d39299e6aeba046678b9ccc2b /doc/bare_repositories.mdwn
parent2119fb1775999da045d24f0a7d43babcf6bd61dc (diff)
rename status to info, and update docs
Diffstat (limited to 'doc/bare_repositories.mdwn')
-rw-r--r--doc/bare_repositories.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bare_repositories.mdwn b/doc/bare_repositories.mdwn
index 7fa035985..975a638b8 100644
--- a/doc/bare_repositories.mdwn
+++ b/doc/bare_repositories.mdwn
@@ -39,7 +39,7 @@ Now configure the remote and do the initial push:
git remote add origin example.com:bare-annex.git
git push origin master git-annex
-Now `git annex status` should show the configured bare remote. If it does not, you may have to pull from the remote first (older versions of `git-annex`)
+Now `git annex info` should show the configured bare remote. If it does not, you may have to pull from the remote first (older versions of `git-annex`)
If you wish to configure git such that you can push/pull without arguments, set the upstream branch: