Skip to content

Commit

Permalink
feat(make): add decription (#114)
Browse files Browse the repository at this point in the history
this is a test
  • Loading branch information
alexfalkowski authored Sep 10, 2024
1 parent 1eca781 commit 376a295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make/git.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 376a295

Please sign in to comment.