From d8a3ed4bfce4cb453336901ad5a4e66ee22c6932 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Sat, 28 Mar 2015 01:22:35 +0400 Subject: [PATCH] =?UTF-8?q?checkout=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prel | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prel b/prel index 86a37a0..0795ef0 100755 --- a/prel +++ b/prel @@ -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