From 376a295b7311ffe780512a90a1adcd88f824e97a Mon Sep 17 00:00:00 2001 From: Alejandro Falkowski Date: Tue, 10 Sep 2024 22:23:03 +0200 Subject: [PATCH] feat(make): add decription (#114) this is a test --- build/make/git.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make/git.mak b/build/make/git.mak index 5a36b5b..edde2a0 100644 --- a/build/make/git.mak +++ b/build/make/git.mak @@ -64,7 +64,7 @@ edit-amend: add # Commit the latest changes. commit: add - git commit -am "$(PREFIX) $(msg)" + git commit -a -m "$(PREFIX) $(msg)" -m "$(desc)" # Push the latest changes. push: