File: comment_1_099023ae32a6a3417cc9c8bdcce9a89d._comment

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (16 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="Steven"
 avatar="http://cdn.libravatar.org/avatar/bc0cef8062401f1b84db320cb56c28bd"
 subject="Using the --content flag"
 date="2021-05-29T00:14:30Z"
 content="""
It seems like I had to use the following command:

```
git annex sync --content
```

After this, I saw all the files available. 

I expected `git annex get .` to do that, but I might simply have the wrong mental model of all of this. 
"""]]