parent
8f711d64b5
commit
8de68a9bda
@ -0,0 +1,15 @@
|
|||||||
|
#
|
||||||
|
# Adds GitHub knowledge to the Git command.
|
||||||
|
# https://github.com/defunkt/hub
|
||||||
|
#
|
||||||
|
# Authors:
|
||||||
|
# Chris Wanstrath <chris@wanstrath.com>
|
||||||
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||||
|
#
|
||||||
|
|
||||||
|
if (( $+commands[hub] )); then
|
||||||
|
function git {
|
||||||
|
hub "$@"
|
||||||
|
}
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in new issue