diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-03 15:59:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-03 15:59:16 -0400 |
commit | a9d0538da559c29509c50b664e31ea3b23b7bc14 (patch) | |
tree | ef6cb03b820d32e9b9a9e354a4471b92e1767292 /doc/bare_repositories.mdwn | |
parent | 486f882471829f7438b49f8f3d9791e4b8b926d6 (diff) |
updates for bare repo support
Diffstat (limited to 'doc/bare_repositories.mdwn')
-rw-r--r-- | doc/bare_repositories.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bare_repositories.mdwn b/doc/bare_repositories.mdwn index dee2ba69e..f08cf605d 100644 --- a/doc/bare_repositories.mdwn +++ b/doc/bare_repositories.mdwn @@ -1,5 +1,12 @@ 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` + +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 +use git-annex to there. + **This is still an experimental feature!** Known to work ok: |