Somehow whenever I type git <command> --help
which is supposed to open up the manpage for a given <command>
in my browser it instead opens it up in my default text editor.
I'd assume it's a option or setting somewhere but I can't find anything weird or anything that has changed in .gitconfig
.
I'd like to make it open it up in my default browser once again. I tried googling it but couldn't find anything about this particular problem. I did however find this How can I configure git help to use Firefox? but it's not the same as I wasnt trying to associate git with another browser than my default. git manpage wasnt displayed in a browser at all.