Xavier Maillard <[EMAIL PROTECTED]> writes: > Using DVC, whatever SCM is used for the backend (e.g. GIT or BZR), it > becomes a transparent user experience anyways. > > It should be transparent, yes. Is it really ? > > So if it is transparent, no matter what the DVC is, how do you > accomplish all my needs using dvc.el ? > > Currently, I need to know (urgently): > > 1. selective commit (equivalent of the git add -i)
I don't have git, so I can't look up 'git add -i'. If by "selective commit" you mean "commit this list of files", that is done from a status or diff buffer, by marking the files you want to commit. > 2. equivalent of git rebase (-i) What does 'git rebase' do? > 3. amending commits This is not directly supported. Neither is 'uncommit'. I recently added 'update to revision at point' in a log buffer, which can be used for 'update to a previous revision', which is similar to 'uncommit'. But I think only xmtn implements it. -- -- Stephe _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
