Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2018-12-06 13:48:19 -04:00
commit 9d93c78f15
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="xsteadfastx"
avatar="http://cdn.libravatar.org/avatar/a07e2adf7ff40bdd4c3fe20ededc0a4e"
subject="comment 7"
date="2018-12-06T09:09:48Z"
content="""
thank you so much for your fix and overall awesome work!!!
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="StéphaneGL"
avatar="http://cdn.libravatar.org/avatar/a12e6e0852d5a1985b8684b17202561c"
subject="comment 2"
date="2018-12-05T22:58:57Z"
content="""
Thanks for the prompt reply! Yes, you're right, it's the config file in the bup repo that was corrupted, for some reason. I hadn't thought running git-annex in the other repo would get the bup UUID from the bup's config file and not the local one. All works like a charm! Thanks again!
"""]]

View file

@ -0,0 +1,5 @@
I tried to remove git annex and it seems to have completely broken my git. Anytime I try to clone it says:
-bash: /Applications/git-annex.app/Contents/MacOS/git: No such file or directory
How do I fix?

View file

@ -0,0 +1,14 @@
The git annex documentation gives an example of using get:
# git annex sync laptop
# git annex get .
get my_cool_big_file (from laptop...) ok
get iso/debian.iso (from laptop...) ok
https://git-annex.branchable.com/walkthrough/#index5h2
Is there a way to do the opposite, i.e. once synchronised with the remote repo called "laptop", directly put the actual file content directly into the "laptop"'s annex storage? E.g.
# git annex sync laptop
# git annex put .
put my_cool_big_file (to laptop...) ok
put iso/debian.iso (to laptop...) ok

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="hobbes@b2cacef69071743c3a831e60511062f7e014e52f"
nickname="hobbes"
avatar="http://cdn.libravatar.org/avatar/44b70169c4d862b3619812c360aa8f1e"
subject="comment 1"
date="2018-12-06T15:21:38Z"
content="""
I think you're looking for `git-annex copy` ?
"""]]