- Fix pull option.

This commit is contained in:
Gea-Suan Lin
2010-03-15 14:24:20 +08:00
parent 13dba1e496
commit ceac231b76

View File

@@ -3,7 +3,7 @@ GIT?= git
# #
pull: pull:
${GIT} pull -v ${GIT} pull -v --rebase origin master
push: push:
${GIT} push origin master ${GIT} push origin master