-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrew Dennison wrote: [...] > The tree is hosted here: > > http://github.com/AndrewD/prex/tree [...] > I'm happy to answer question on how to do some basics with git (it is > a fantastic tool) and also to help with the specific task of migrating > your changes to the latest version.
I've used git some, but can't say I like it much --- too much experience with SVN, I think (from what I can tell, each operation in my standard SVN workflow takes two or three steps in git. *Obscure* steps). But it is most likely the best tool for this job. Which brings me to my point: $ git clone git://github.com/AndrewD/prex.git Initialized empty Git repository in /.user/home/dg/src/prex/.git/ remote: Counting objects: 2870, done. remote: Compressing objects: 100% (1146/1146), done. remote: Total 2870 (delta 1606), reused 2870 (delta 1606) Receiving objects: 100% (2870/2870), 1.48 MiB | 472 KiB/s, done. Resolving deltas: 100% (1606/1606), done. warning: remote HEAD refers to nonexistent ref, unable to checkout. What am I doing wrong here? - -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ "They laughed at Newton. They laughed at Einstein. Of course, they │ also laughed at Bozo the Clown." --- Carl Sagan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkpBZfIACgkQf9E0noFvlziWOQCeN7imgrbU+s9qI16i76D4hYsc nDcAmwVh6D1V4wl3TpguHaaQktV95yaX =+o3v -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ _______________________________________________ Prex-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/prex-devel
