From f3ebf7a07b5b4195f26afcccc1e3e67f19e2bea8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 5 Feb 2016 13:40:13 -0400 Subject: [PATCH] response --- ...omment_5_d0ddac05268d978e950c91e76b023ffe._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/Multisession_compatible__63__/comment_5_d0ddac05268d978e950c91e76b023ffe._comment diff --git a/doc/forum/Multisession_compatible__63__/comment_5_d0ddac05268d978e950c91e76b023ffe._comment b/doc/forum/Multisession_compatible__63__/comment_5_d0ddac05268d978e950c91e76b023ffe._comment new file mode 100644 index 0000000000..65a5694036 --- /dev/null +++ b/doc/forum/Multisession_compatible__63__/comment_5_d0ddac05268d978e950c91e76b023ffe._comment @@ -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. +"""]]