summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-14 18:11:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-14 18:11:09 -0400
commit7b9992de4b5147d38798dfb8776ab888612b646f (patch)
treed7045bcec479695efc567332d1709f58fb71e8e5 /doc/tips
parent864eefaee27750604392d2ab87c5beb12f0f7a04 (diff)
clarify
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/unlocked_files.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tips/unlocked_files.mdwn b/doc/tips/unlocked_files.mdwn
index b6744fa35..31e291ea3 100644
--- a/doc/tips/unlocked_files.mdwn
+++ b/doc/tips/unlocked_files.mdwn
@@ -87,7 +87,8 @@ your changes.
Under the hood, this uses git's [[todo/smudge]] filter interface, and
git-annex converts between the content of the big file and a pointer file,
-which is what gets committed to git.
+which is what gets committed to git. All the regular git-annex commands
+(get, drop, etc) can be used on unlocked files too.
A v6 repository can contain both locked and unlocked files. You can switch
a file back and forth using the `git annex lock` and `git annex unlock`