Hi, On Wed, 23 Apr 2008, KevW wrote:
> 1. When doing 'git show' to see the current status of the repo, I get > the list of commits etc. but the last line of the command window has > (END) there instead of the prompt. I can't get rid of it to enter and > more commands. What should I be pressing to 'okay' this? It pages the output of git-show into the program "less", which can be exited with the key 'q'. You can override the choice of the pager with the variable "pager" in the [core] section of <msysGit's install path>/etc/gitconfig. > 2. When committing a change, the comment editor pops up. But, how do I > submit the comment after I've entered the text? This is "vi". Again, you can override it: it is the "editor" variable in the [core] section. I might be wrong with the specifics (as always, I haven't looked it up in the documentation), but the Git user manual should provide inspiration there: http://www.kernel.org/pub/software/scm/git/docs/user-manual.htmlhttp://www.kernel.org/pub/software/scm/git/docs/user-manual.html Hth, Dscho
