# # Adds GitHub knowledge to the Git command. # # Authors: # Chris Wanstrath # Sorin Ionescu # if (( $+commands[hub] )); then function git() { hub "$@" } fi