alias gc=gitCheckout . . . gitCheckout() { git checkout -b $1 origin/$1 }