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