commit example

This commit is contained in:
Joey Hess 2015-07-03 14:10:00 -04:00
parent e54da868ac
commit 33c8ebbff7

View file

@ -25,6 +25,12 @@ To rename a directory:
git annex proxy -- git mv mydir newname
To commit the changes to a specific file, first use git annex add to
stage the changes in the index, and then proxy a commit:
git annex add myfile
git annex proxy -- git commit myfile -m foo
# SEE ALSO
[[git-annex]](1)