From ebceac75ba439b2a6fbf01055b62fb2653c28d87 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 8 Oct 2023 11:31:57 -0500 Subject: [PATCH] makefile | add git commit target --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 3cab6d2..0373736 100644 --- a/makefile +++ b/makefile @@ -20,3 +20,6 @@ push: pull: @. ~/.bash_ssh git pull + +ci: + git commit -m"updates from makefile" --all