Re: How to recovery from a file accidentally committed twice?

2021-08-17 Thread Klaus Ethgen
ok the fight to another limit? > > How do I recover, telling the wrong repository to completely forget about the > file? vcsh bar rm --cached bin/foo Gruß Klaus -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethg

Re: Managing git remotes

2016-03-07 Thread Klaus Ethgen
epository definitions. Well, Maybe not for the past, but why don't you use git url..insteadOf feature? That allows you to use kind of alias for your Repos and if they change, just change the alias. I used to have short alias for my main repositories. Regards Klaus - -- Kla

Re: more git-annex plumbing

2012-04-16 Thread Klaus Ethgen
readlink and grep. Regards Klaus - -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen kl...@ethgen.de Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0 B06F 4E20 AF1C -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux

Spaces in remotes and git annex

2012-01-05 Thread Klaus Ethgen
that are needed in scp. Now I tried to get a document from that repository and failed as git-annex seems to use scp and need all three backslashes. Is there any way to work around that problem? Regards Klaus -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011

Re: Lost Repository Was: Removing git-annex Repo

2011-12-05 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Mo den 5. Dez 2011 um 17:19 schrieb Joey Hess: Klaus Ethgen wrote: Can you check out the git-annex branch and run git-log on uuid.log, and see what the most recent change to it looked like? It is an update. After that I revert

Removing git-annex Repo

2011-12-02 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi all, is there a other way than git checkout git-annex; sed -i -e '/hash/d' **/*(.); git commit -a; git checkout master to remove a repository completely from annex knowledge? Regards Klaus - -- Klaus Ethgen http

Re: Removing git-annex Repo

2011-12-02 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hiho, Am Fr den 2. Dez 2011 um 21:18 schrieb Joey Hess: Klaus Ethgen wrote: is there a other way than git checkout git-annex; sed -i -e '/hash/d' **/*(.); git commit -a; git checkout master to remove a repository completely from annex