This commit is contained in:
Joey Hess 2016-02-05 13:40:13 -04:00
parent 7289b17388
commit f3ebf7a07b
Failed to extract signature

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2016-02-05T17:34:37Z"
content="""
`git annex sync` does not check out the git-annex branch; nothing in git-annex does.
git-annex checks for any remote/git-annex branches that have not been
merged yet and auto-merges them, whenever it's run. So, probably all you
need to do is `git fetch` and possibly `git push` of the branch.
"""]]