I'm on Windows, using Cygwin version of git. I don't think cogito even exists there. Straight git would be much preferred.
-- kjk On Tue, Jun 10, 2008 at 2:28 AM, Steve Folta <[EMAIL PROTECTED]> wrote: >> If you are strong with the git, you can always read update-patches and >> figure out how to avoid having to use cogito. Contributing >> appropriate non-cogito commands to my update-patches script would be >> nice. > > Cogito has been deprecated and unmaintained for over a year, and is > known to have problems with newer versions of Git. I'm not gonna > rewrite your script, but maybe these rough equivalences (sometimes > very rough) can point you in the right direction: > > cg-status => git branch [-a] > cg-ls-branch => git remote show -n origin > cg-update => git pull > cg-clone => git clone > > _______________________________________________ > fonc mailing list > [email protected] > http://vpri.org/mailman/listinfo/fonc > _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
