forked from colonelpanic/dotfiles
goclone.sh
This commit is contained in:
parent
ade489c1a5
commit
d60efbb7be
@ -32,3 +32,8 @@ function uc {
|
|||||||
function urtc {
|
function urtc {
|
||||||
uc "rt/$1"
|
uc "rt/$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
goclone() {
|
||||||
|
mkdir -p $GOPATH/src/code.uber.internal/$1
|
||||||
|
git clone gitolite@code.uber.internal:$1 $GOPATH/src/code.uber.internal/$1
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user