File: comment_5_d0ddac05268d978e950c91e76b023ffe._comment

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
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.
"""]]