blob: 93dbf40bf8cd0d259bf9000aac513ed0557fc86f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
As of right now, the only way to commit changes to direct repositories is `git annex sync [remote]`.
There is no way to specify what directory to operate on.
When moving around files on a larger scale, the ability to commit specific subsets of changes would be rather nice.
`git annex commit [path]` or `git annex sync [remote] -- [path]` would probably make sense.
Thanks,
Richard
> I've documented in the git-annex-proxy man page how to use it to do
> per-file commits. [[done]] --[[Joey]]
|