Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
222f210ac8
2 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="annexuser"
|
||||
ip="24.16.193.140"
|
||||
subject="comment 2"
|
||||
date="2013-03-11T19:40:30Z"
|
||||
content="""
|
||||
How would I add a shared bare git repository in the web app?
|
||||
"""]]
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 3"
|
||||
date="2013-03-11T19:45:34Z"
|
||||
content="""
|
||||
That's done by the \"Remote server\" option on the Repositories page.
|
||||
|
||||
You need to have git-annex (any old version will do) installed on the server for this to work.
|
||||
|
||||
Of course, a regular git remote will do as well, although the assistant does not set this up. You could even use github for that remote, or a similar service; any remote added with `git remote add` will be used by the assistant.
|
||||
"""]]
|
Loading…
Reference in a new issue