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?
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
Post a Comment