From f12f2b264b469ce619884bec0d2b53750e2638c2 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 30 Jun 2021 14:50:30 +0100 Subject: [PATCH] Reset the repo on pull --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 90748e2..c337758 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ all: pull build deploy notify-antenna .PHONY: pull pull: + git reset --hard git pull origin .PHONY: clean