diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-31 17:20:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-31 17:20:05 -0400 |
commit | b220e117f2e06133919ad31e9cc225470f501566 (patch) | |
tree | 5c313da135ae7bdf96ee5513ca85c1eaabb7bc6a /doc | |
parent | 763882925daee55584e68f9b0915ecd72877b14f (diff) |
idea
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/checkout.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/checkout.mdwn b/doc/todo/checkout.mdwn new file mode 100644 index 000000000..70d31a5ff --- /dev/null +++ b/doc/todo/checkout.mdwn @@ -0,0 +1,5 @@ +The checkout subcommand replaces the symlink that normally points at a +file's content, with a copy of the file. Once you've checked a file out, +you can edit it, and `git commit` it. On commit, git-annex will detect +if the file has been changed, and if it has, `add` its content to the +annex. |