Re: [git-users] Re: how to change message of old commit

2012-07-21 Thread Thomas Ferris Nicolaisen
Well I can kinda see the parallel to vim when it comes to learning curve. Git certainly has some areas where the ui can be improved, and the good thing is that they are continuously making small steps to improve it (while vim is pretty frozen by now). There are a few "modes" I often use. Git do

Re: [git-users] SSH keys required for SSL authentication/authorization?

2012-07-21 Thread Konstantin Khomoutov
On Fri, Jul 20, 2012 at 02:10:05PM -0700, TSU wrote: > Yesterday I observed on the Git IRC a conversation that SSH keys were not > required for SSL sessions( would have responded if my Freednode account > wasn't having problems). > > Aside from the fact (AFAIK) github only supports SSH for key

Re: [git-users] Re: how to change message of old commit

2012-07-21 Thread Konstantin Khomoutov
On Sat, Jul 21, 2012 at 07:43:31AM +0530, Rustom Mody wrote: > > I suspect that you are in "rebase mode". That is, you're in the middle of > > rewriting som history, and Git is waiting for you to type things like "git > > rebase --abort" or "git rebase --continue". If you just want to get out of >