- Add push/pull command.

This commit is contained in:
Gea-Suan Lin
2010-03-15 14:22:16 +08:00
parent cec7eba394
commit 13dba1e496

View File

@@ -1 +1,9 @@
#
GIT?= git
#
pull:
${GIT} pull -v
push:
${GIT} push origin master