Fixed initify and cinitify without -r flag
This commit is contained in:
parent
a7bdf2d58a
commit
b151ef88f4
4
bashrc
4
bashrc
@ -201,7 +201,7 @@ function cinitify(){
|
|||||||
if [[ ! $3 == "-r" ]] ; then
|
if [[ ! $3 == "-r" ]] ; then
|
||||||
echo -n "Pull from: "
|
echo -n "Pull from: "
|
||||||
read from
|
read from
|
||||||
git pull $FROM
|
git pull $from
|
||||||
git checkout master
|
git checkout master
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@ -217,7 +217,7 @@ function initify(){
|
|||||||
if [[ ! $3 == "-r" ]] ; then
|
if [[ ! $3 == "-r" ]] ; then
|
||||||
echo -n "Pull from: "
|
echo -n "Pull from: "
|
||||||
read from
|
read from
|
||||||
git pull $FROM
|
git pull $from
|
||||||
git checkout master
|
git checkout master
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user