I've never messed with bash completion before, but it was as simple as adding this to my bash_aliases:
complete -o default -o nospace -F _git g
I've never messed with bash completion before, but it was as simple as adding this to my bash_aliases: