From 13dba1e496827b4fc4954161eb44983eb746bf3d Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 15 Mar 2010 14:22:16 +0800 Subject: [PATCH] - Add push/pull command. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 792d600..9609183 100644 --- a/Makefile +++ b/Makefile @@ -1 +1,9 @@ # +GIT?= git + +# +pull: + ${GIT} pull -v + +push: + ${GIT} push origin master