From c9933bf838440f036e6371ede60a4b76631269f0 Mon Sep 17 00:00:00 2001 From: Kacper Kornet Date: Wed, 11 Jul 2012 21:43:13 +0100 Subject: [PATCH] Add help message explaining how to push branch for the first time --- builder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/builder.sh b/builder.sh index 54b9291..8831975 100755 --- a/builder.sh +++ b/builder.sh @@ -2546,6 +2546,7 @@ case "$COMMAND" in fi done git add $SPECFILE + echo "When you are ready commit your changes and run git push origin master" else echo "You had already git repository. Push chosen branches to remote: ${REMOTE_PLD}" fi -- 2.44.0