Tim Visher <tim.visher@xxxxxxxxx> writes: > Can git display a list of all of your current aliases like bash's > `alias` command? In ~/.gitconfig: [alias] alias = config --get-regexp ^alias\\. Then you can simply use "git alias" to get list of all of your current aliases. -- Jakub Narebski Poland ShadeHawk on #git -- 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