diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-03 21:56:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-03 21:56:03 -0400 |
commit | c5c7eaf00917d8654c82de5a4b17465b354f8fbf (patch) | |
tree | fc61a89be2e7190d2ca6e26c7153d3cc03761f88 /doc | |
parent | 8514a2a98783d520e7115635a27428923b81ffb9 (diff) |
prep for release
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bare_repositories.mdwn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/bare_repositories.mdwn b/doc/bare_repositories.mdwn index b7ae0b316..a9ccab8d1 100644 --- a/doc/bare_repositories.mdwn +++ b/doc/bare_repositories.mdwn @@ -1,9 +1,7 @@ -**This is still an experimental feature!** Use with caution. - Due to popular demand, git-annex can now be used with bare repositories. -So, for example, you can stash a file away in your -repos's origin: `git annex move mybigfile --to origin` +So, for example, you can stash a file away in the origin: +`git annex move mybigfile --to origin` Of course, for that to work, the bare repository has to be on a system with [[git-annex-shell]] installed. If "origin" is on GitWeb, you still can't |