#!/bin/sh # # List git aliases. # exec git config --get-regexp '^alias' \ | sed 's/^alias\.//' \ | sed 's/ /\t= /' \ | sort