diff --git a/Makefile b/Makefile index 9609183..615fd53 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GIT?= git # pull: - ${GIT} pull -v + ${GIT} pull -v --rebase origin master push: ${GIT} push origin master