lazygit
lazygit copied to clipboard
Copy branch name to clipboard - Append branch name to commit message
Is your feature request related to a problem? Please describe. My commit messages often start with the branch name
Describe the solution you'd like Have the option to copy to clipboard the branch name. / Add it to a commit message
You can copy the branch name with ctrl+o. Does that help?
/close
Seems like <c-o> meets the needs here. An integrated command to copy branch name + commit message is probably overkill. A custom command might be able to achieve that, although I haven't sketched that out.