From 4ff1929a221280148371a2a543eb0f90a259d93b Mon Sep 17 00:00:00 2001 From: mercury Date: Sun, 3 Mar 2024 19:53:52 +0400 Subject: [PATCH] improve makefile --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 2169e16..ad7c79a 100644 --- a/makefile +++ b/makefile @@ -54,4 +54,5 @@ s: git status -su c: git add config/ - git checkout . \ No newline at end of file + git checkout . + git reset \ No newline at end of file