Basti Tee 4 роки тому
батько
коміт
254fb9184e
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      Makefile

+ 4 - 1
Makefile

@@ -75,4 +75,7 @@ fetch-latest-boilerplate:
 	@echo Fetch latest python3-boilerplate version from github
 	git remote add py3template git@github.com:BastiTee/python3-boilerplate.git \
 	||true
-	git pull py3template master --allow-unrelated-histories
+	git pull py3template master --allow-unrelated-histories ||true
+	@echo ----------------------------------------------------
+	@echo Resolve all merge conflicts and commit your changes!
+	@echo ----------------------------------------------------