nb icon indicating copy to clipboard operation
nb copied to clipboard

Feature request: Manually set commit message

Open kiil opened this issue 3 years ago • 1 comments

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

  1. the user could be prompted for a message after an edit
  2. or set a message with a flag when calling the edit command
  3. or a choice between both?

Thank you, Lennart

kiil avatar Oct 16 '22 08:10 kiil

@kiil Thanks for the recommendation! That sounds like a good idea. I'll look into it.

xwmx avatar Oct 25 '22 03:10 xwmx