4

Is there a way to add the extended commit description message in the android studio (like the GitHub website provide) using the IDE not via command line, I researched on this and I didn't found anything. Any help would be appreciated.

1 Answer 1

1

First, you can always reword (in Android Studio) a commit you have just made, adding new lines to your commit message, making it an extended description.

Second, check if, as in VSCode, all you need to do is:

type title, then double-ENTER and description

Similar to what you see here, but done in the Android Studio commit message box:

Android Studio Commit message input box

A multiple lines commit message should be an extended commit description

Not the answer you're looking for? Browse other questions tagged or ask your own question.