From 19b8faee92a5727aad80b7d8c7e4e930a766e0ff Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 28 Aug 2014 20:01:17 +0300
Subject: [PATCH] 	modified:   Makefile

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 54f7559..0396c5d 100644
--- a/Makefile
+++ b/Makefile
@@ -22,5 +22,5 @@ clean:
 publish: all
 	rsync -az --exclude="$(RESUME)" --exclude="Makefile" --exclude="resume.css" ./ www.shore.co.il:/var/www/htdocs/www.shore.co.il/resume
 
-clone:
-	git push gitweb master
+push:
+	git push --all gitweb
-- 
GitLab