This commit is contained in:
Ganesh Viswanathan 2020-05-10 02:41:12 -05:00
commit f7e2d86804

View file

@ -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