checkout par défaut

This commit is contained in:
Jephte CLAIN 2015-03-28 01:22:35 +04:00
parent 89be42e82e
commit d8a3ed4bfc
1 changed files with 3 additions and 0 deletions

3
prel
View File

@ -139,6 +139,9 @@ if [ "$action" == auto ]; then
action=merge
elif [ -n "$checkout" ]; then
action=checkout
else
# checkout par défaut
action=checkout
fi
fi