From 2536856fbdd6ed32288498dc3956535d59a93b14 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 1 Aug 2013 22:20:44 +0200 Subject: [PATCH] test --- gitclone.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitclone.sh b/gitclone.sh index cd19f409..a782ce67 100755 --- a/gitclone.sh +++ b/gitclone.sh @@ -1,11 +1,11 @@ #!/bin/bash cd ~/cvs/serendipity/git/additional_plugins/ git pull -git rebase +git rebase master cd ~/cvs/serendipity/git/additional_themes/ git pull -git rebase +git rebase master rsync \ --exclude=/*.zip --exclude=/*.tgz --exclude=.project \