I'm having a tiny question about git aliases. in ~/.gitconfig I defined an alias b = branch This works well execp if I type git b --help Now I get the output `git b' is aliased to `branch' which is nice to know however what I reall wanted is to get the helptext for the branch command. Is there any trick to get the help text of git branch without having to type git branch --help -- 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