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.

Deepak Kumar
  • 677
  • 1
  • 8
  • 22

1 Answers1

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

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250