From 786f3bcea23e6ef5cdfe3534cf09096e2b7054fa Mon Sep 17 00:00:00 2001 From: JoseluCross Date: Thu, 30 Jun 2016 13:14:41 +0200 Subject: [PATCH] Add $actual in merge option (before it isn't there) --- jka-toolkit/gitdit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jka-toolkit/gitdit b/jka-toolkit/gitdit index dca66f3..d0a0dd2 100755 --- a/jka-toolkit/gitdit +++ b/jka-toolkit/gitdit @@ -101,7 +101,7 @@ if [ ! -z $gitopt ];then #No canceled merges=`dialog --stdout --scrollbar --menu "Selecione la rama a unir a $(git branch --list | grep "^*" | cut -f2 -d" ")" 0 0 6 $rama` if [ ! -z $merges ];then git merge ${lista[$merges]} - git push + git push $actual fi ;; esac