parent
6b5a650ca5
commit
61c1c293be
@ -1,14 +1,14 @@
|
|||||||
#
|
#
|
||||||
# Adds GitHub knowledge to the Git command.
|
# Adds GitHub knowledge to the Git command.
|
||||||
|
# https://github.com/defunkt/hub
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Chris Wanstrath <chris@wanstrath.com>
|
# Chris Wanstrath <chris@wanstrath.com>
|
||||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||||
|
# Colin Hebert <hebert.colin@gmail.com>
|
||||||
#
|
#
|
||||||
|
|
||||||
if (( $+commands[hub] )); then
|
if (( $+commands[hub] )); then
|
||||||
function git {
|
eval "$(hub alias -s)"
|
||||||
hub "$@"
|
|
||||||
}
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in new issue