diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlu7K3h7Ry1uDAU_ERYGuqt0LoGNJqGuRo <Nathan@web> | 2013-09-26 00:24:04 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-26 00:24:04 +0000 |
commit | 09767c732d3690bf8e903f2ecbd6ccde99ebe621 (patch) | |
tree | a6e904a90793d1f8e2dd83ddbda4e55c30000756 /doc/bare_repositories.mdwn | |
parent | 9559613df8bb914b5034ba0f1aafd26884e5d9e7 (diff) |
Fix example command.
Diffstat (limited to 'doc/bare_repositories.mdwn')
-rw-r--r-- | doc/bare_repositories.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bare_repositories.mdwn b/doc/bare_repositories.mdwn index 86652792b..7fa035985 100644 --- a/doc/bare_repositories.mdwn +++ b/doc/bare_repositories.mdwn @@ -31,7 +31,7 @@ Here is a quick example of how to set this up, using `origin` as the remote name On the server: git init --bare bare-annex.git - git annex init origin + cd bare-annex.git && git annex init origin Now configure the remote and do the initial push: |