On 05/07/2016 21:53, james wrote:
* If you don't know the last commit before removal, juts load up the
removal commit and copy the commit hash of the "Parent" link to get the
commit before that

Tada! Attic restored ^_~

Not bad, at first glance. Not too bad at all! Let me work with this a bit.

THANKS!

James

James,

As an old-time C hacker, to wrap your brains around git, forget everything you ever learned about CVS, SVN and similar tools.

Then recall everything you ever learned in C about pointers, linked lists (all the juicy types), and structs.

Now look at git again, you should feel in much more familiar territory. You still have to get used to Linus' quite bizarre names he gave commands.

But then again, he does say git isn't really a source-code repo, he says it's a filesystem. Because that's what he does - writes filesystems.

Alan

Reply via email to