Linus Torvalds wrote: > So it's fixed now, and probably would never trigger except for the stupid > special case that was "let's just show an example of this" ;) I'm very happy my stupidity could help. ;-) On a related note ... Nicholas Allen wrote: > Thanks for the informative response. It helped but I'm still slightly > confused by git - I think I need to play around with it a bit more to > understand and get more familiar with the concepts... > > Purely from an initial usage point of view though, for me at least, the > bzr output needed no explanation which I think is indicative of a good > user interface whereas the git was not so clear or obvious - there must > be room for improvement in git's user friendliness here surely. But that > might just be because I am clueless when it comes to the way git works > and the concepts it uses ;-) I do think that bzr has quite an intuitive set of commands, and it is easy to learn, though at this point I don't feel git is really *that* much more difficult in itself. Although the terminal output for some problems could be improved, most of my difficulties are stemming from overlap of command names when the commands themselves do different things, and the fact that git's documentation is somewhat more technical than bzr's. What would be nice would be to have in the documentation a whole bunch of stupid examples for the main commands, something where someone can create a repo from scratch, create and modify some simple files according to instructions, and see the particular command in action. The tutorials do this, of course, but only for a few cases, when to be honest it's the more complex commands that most need such explanation. For beginners, especially less technically skilled ones, it would be good to have a lot more of, "Do this, here's what git will respond, this is what it means, here's how to fix it...." As a relatively non-technical user, perhaps I should keep track of my difficulties (and others') and try to write something up. -- Joe - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html