mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[Feature] Allow user to add description and/or title to git commit #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FoxxMD on GitHub (Oct 17, 2024).
It would be nice to add additional information to the commit message when doing a commit action. My main usecase is for Git Repo based Stacks when saving changes to
compose.yamlso that the message can be a little more descriptive of what I actually did rather than just what file changed.Perhaps adding an optional textarea to the Confirm Update modal after clicking "Save", whose contents would be concatenated to the existing commit message of
Write Compose File: update stacks/MYSTACK/compose.yaml@rsocko commented on GitHub (Oct 24, 2025):
This would be really useful to have this capability. I recently had to rebuild my server infrastructure and wanted to revert a series of changes that took quite a bit of Git history navigation. I would love to be able to add a comment or title & description to the commit