aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/unlocked_files/comment_2_54a1811ef2f57f0843e48572ab6713b8._comment
blob: 83788d479427fb0a957fa5dcf328ab8a651a8753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!comment format=mdwn
 username="joey"
 subject="""comment 2"""
 date="2016-01-15T19:07:24Z"
 content="""
Direct mode is not going away any time soon.

`git add` adds the file to the annex in unlocked mode, and `git annex sync`
commits any such adds the same as any other changes, so all you need is
`git add --all; git annex sync --content`

Whether a file is locked or unlocked is a property of the file, that gets
committed to git, so when you commit some unlocked files, they'll be
unlocked when they appear in other clones of the repository.
"""]]