This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawknruiCHUcOh2mmpkh7OFJ4iNfAOOamRVs 2013-12-12 06:02:34 +00:00 committed by admin
parent 9b1bcb9e6b
commit 8b14fa0231

View file

@ -0,0 +1,5 @@
I would like to be able to use git-annex to not only sync binary files for a project but also to be able to use it more like git, that is adding manually files to index and only commiting that.
I think it is still possible in indirect-mode to manage files like I want, but as I am stuck in windows, I would like to be able to do that in direct-mode...
Due to the safety measures taken to avoid doing bad things in direct-mode, it doesn't seem possible to commit (and push) files without syncing the whole repository.
Is it currently possible to do what I would like to do, or will it be possible in the future ?