Test
This commit is contained in:
parent
4cffec2472
commit
f7e2d86804
1 changed files with 1 additions and 2 deletions
3
test.sh
3
test.sh
|
|
@ -1,9 +1,8 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
alias g="git"
|
|
||||||
alias gco="git checkout"
|
|
||||||
alias ix="curl -F 'f:1=<-' ix.io"
|
alias ix="curl -F 'f:1=<-' ix.io"
|
||||||
gclone() { git clone "https://github.com/$1" $2 $3 $4 $5 $6 $7 $8 $9; }
|
gclone() { git clone "https://github.com/$1" $2 $3 $4 $5 $6 $7 $8 $9; }
|
||||||
|
gco () { git checkout $1; }
|
||||||
|
|
||||||
rm -rf test
|
rm -rf test
|
||||||
mkdir test
|
mkdir test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue