nb
nb copied to clipboard
Feature request: Manually set commit message
Hi,
AFAICT currently you need to do
git commit --amend
if you want to override the standard git message set by nb when editing a file.
Is there any interest in creating a way where either
- the user could be prompted for a message after an edit
- or set a message with a flag when calling the edit command
- or a choice between both?
Thank you, Lennart
@kiil Thanks for the recommendation! That sounds like a good idea. I'll look into it.