Android Studio: How to add line break in git commit message? -


when inserting git commit message, how can add line break? writing message on new line doesn't have effect , 2 messages shown in 1 line on site (bitbucket).

i know can achieve command line, here?

enter image description here

we know markdown isn't supported in commit message on github , bitbucket, issue doesn't come git hosting services.

maybe issue comes how android studio interpret commit message, markdown source:
try , add 2 spaces @ end of first line, see if message end intermediate newline or not.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -