commit example
This commit is contained in:
parent
e54da868ac
commit
33c8ebbff7
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@ To rename a directory:
|
||||||
|
|
||||||
git annex proxy -- git mv mydir newname
|
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
|
# SEE ALSO
|
||||||
|
|
||||||
[[git-annex]](1)
|
[[git-annex]](1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue