diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmraN_ldJplGunVGmnjjLN6jL9s9TrVMGE <var_Arnfjr@web> | 2012-10-22 17:36:54 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-10-22 17:36:54 +0000 |
commit | ea6234c57861d4b9abdfa80a6453620a55c964c0 (patch) | |
tree | c5797572355a15000f8a46ccf3069a5c4cf1117b /doc/bare_repositories.mdwn | |
parent | 23ff98ea253192feb4fc3341918056acffdc824d (diff) |
Diffstat (limited to 'doc/bare_repositories.mdwn')
-rw-r--r-- | doc/bare_repositories.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bare_repositories.mdwn b/doc/bare_repositories.mdwn index d6f3f8fdc..dde74c60a 100644 --- a/doc/bare_repositories.mdwn +++ b/doc/bare_repositories.mdwn @@ -24,6 +24,7 @@ as non-bare repositories. Except for these caveats: Here is a quick example of how to set this up, using `origin` as the remote name, and assuming `~/annex` contains an annex: On the server: + git init --bare bare-annex.git git annex init origin |