File: comment_5_d0ddac05268d978e950c91e76b023ffe._comment

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (11 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
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.
"""]]