diff --git a/Makefile b/Makefile
index 9de9125..204c735 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,6 @@ generate_chnroutes:
 	src/chnroutes.py
 
 update_repo:
-	git config pull.rebase true
-	git pull origin master
 	git add .
 	git diff-index --quiet HEAD || git commit -m "Auto updated $(TIME_NOW)"
 	git push origin master