From 4bf14364367e6ff6ea0b81d3af65b2158f624c64 Mon Sep 17 00:00:00 2001 From: Eric Loyd Date: Tue, 1 Mar 2022 08:41:40 -0500 Subject: [PATCH] More updates --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 21ef330..c97f578 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ default: add commit push +status: + git status + add: git add -A