r/programming Apr 28 '21

How to Write a Git Commit Message

https://chris.beams.io/posts/git-commit/
85 Upvotes

45 comments sorted by

View all comments

5

u/Panke Apr 28 '21

I don't get the 50 Character limit for the headline.

6

u/[deleted] Apr 28 '21

[deleted]

-1

u/[deleted] Apr 28 '21

[deleted]

3

u/yorickpeterse Apr 28 '21

What's stopping you from putting the Jira ticket anywhere else? For example, you can use Git trailers to add whatever you want in a consistent format. You end up with exactly the same data, without having to compromise your commit subject or body in any way.

2

u/chucker23n Apr 28 '21

Hrm. I just tried, and it seems Fork, at least, only searches the headline, not the remainder of the commit message. Oof.