Closed achilleas-k closed 5 years ago
gin commit
, introduced in PR #199 takes care of the first requirement.
Not implementing gin remove
. The same functionality can be done by moving the file outside the repository or renaming it. If it turns out to be a feature users want, we can add it, but for now, I'm trying to slow down the addition of more commands to the client. Closing.
Support removing and adding files without necessarily uploading immediately.
gin add
should perform a git (annex) add followed by a commit to start tracking the filegin remove
should perform agit rm --cached
.