I3 to Sway #1
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ if [ $? = 1 ] ; then
|
|||
git checkout dev
|
||||
fi
|
||||
|
||||
if [ $? = 1 ] ; then
|
||||
git checkout master
|
||||
fi
|
||||
|
||||
# Get last changes
|
||||
git pull
|
||||
|
||||
|
|
Loading…
Reference in a new issue