From f7e2d8680435c96ad021f49f879694bca8e2a8e7 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Sun, 10 May 2020 02:41:12 -0500 Subject: [PATCH] Test --- test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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