|
|
|
|
|
by imiric
357 days ago
|
|
Interesting, I wasn't familiar with this feature. I'm a big fan of conventional commits, and trailers seem like a better way of adding such metadata. Is adding them manually to the commit message functionally equivalent to using the `--trailer` flag? |
|
Yes. The flag is perfect for scripts but it's exactly equivalent to adding the text manually.