From c3eb7a828e13ea13a8edd2a3559991247e6f0634 Mon Sep 17 00:00:00 2001 From: windmgc Date: Fri, 19 Feb 2021 23:12:06 +0800 Subject: [PATCH] Update makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5790359..9de9125 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ 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)"