What is the correct way to undo accidental "git annex add"s then?
--
Nicolás
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bastian Blank wrote:
> On Mon, Jul 18, 2011 at 04:46:09PM -0400, Joey Hess wrote:
> > git-annex only works on files that are present in git (except for add of
> > course), so you have to commit the file to git before it can be
> > unannexed.
>
> So it is the reverse of "git annex add && git commit
On Mon, Jul 18, 2011 at 04:46:09PM -0400, Joey Hess wrote:
> git-annex only works on files that are present in git (except for add of
> course), so you have to commit the file to git before it can be
> unannexed.
So it is the reverse of "git annex add && git commit" and not to reverse
accidental a
Bastian Blank wrote:
> Package: git-annex
> Version: 3.20110707
> Severity: normal
>
> git annex unannex is documented as the reversal of add.
> It does not work:
>
> | $ git annex init test
> | init test ok
> | $ cp /etc/motd .
> | $ git annex add motd
> | add motd ok
> | (Recording state
Package: git-annex
Version: 3.20110707
Severity: normal
git annex unannex is documented as the reversal of add.
It does not work:
| $ git annex init test
| init test ok
| $ cp /etc/motd .
| $ git annex add motd
| add motd ok
| (Recording state in git...)
| $ git annex unannex motd
| git-ann
5 matches
Mail list logo