diff --git a/test.sh b/test.sh index 8a77f79..8d57ecc 100755 --- a/test.sh +++ b/test.sh @@ -1,9 +1,8 @@ #! /bin/bash -alias g="git" -alias gco="git checkout" alias ix="curl -F 'f:1=<-' ix.io" gclone() { git clone "https://github.com/$1" $2 $3 $4 $5 $6 $7 $8 $9; } +gco () { git checkout $1; } rm -rf test mkdir test