On Wed, Nov 2, 2011 at 12:27 AM, Joachim Durchholz <[email protected]> wrote: > Just some quick feedback: > > Am 01.11.2011 00:05, schrieb Aaron Meurer: >> >> The ability to authenticate over ssh will be independent of of what >> directory you are in, > > Indeed. > >> though it will matter for each repository that >> >> you set your url as git@github instead of git://github or >> http://github. > > That was what bit me. > > I couldn't make EGit do that, so I set it up from the command line. > Unfortunately, I couldn't make EGit recognize the local repository once it > was created, so the command line it is. > Ah well. Works, too. > > Regards, > Jo >
For what it's worth, the command line is better. There are going to be hundreds of things that you can't do with EGit that you can do with the command line. And any time that you need help with git, people are only going to be able to help you with the command line, because that's what people use. It's a bit of a learning curve, but actually, the learning curve with git relates more to understanding how it works than learning commands, which is relevant regardless of what interface you use to it. And by the way, if you do need help with git, just ask here, or on IRC (#sympy on freenode), and we will be glad to help. Aaron Meurer -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
