Sourcetree commit description

1.4k Views Asked by At

How can I write a description to my commit message through the client? I’ve been searching around for this but not find anything.

My goal is to have something like:

This I my commit message.
And this is the description that explains the message a bit more in case I need it

I know you can achieve this via terminal for example.

Thanks!

1

There are 1 best solutions below

0
kaffarell On

Simply type your header message, then press space two times and then hit enter two times.
Its just like in markdown:
enter image description here