Latest Tweets:
Git is very nice, but some people may think that using vi is somewhat archaic. Though we have GitX, sometimes we just happen to commit from the command line.
git config configures git. Use this line to change Git’s global configuration on which editor to use:
$ git config --global core.editor "nano"
If you happen to have SubEthaEdit, install its command line tool and you can substitute nano with see.
ev