简体   繁体   English

Android Studio中的扩展提交描述消息

[英]Extended commit description message in android studio

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. 有没有一种方法可以使用IDE而不是通过命令行在android studio(如GitHub网站提供)中添加扩展提交描述消息 ,我对此进行了研究,但未发现任何问题。 Any help would be appreciated. 任何帮助,将不胜感激。

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. 首先,您始终可以在Android Studio中重新措词您刚刚进行的提交,在提交消息中添加新行,使其成为扩展说明。

Second, check if, as in VSCode , all you need to do is: 其次,检查是否如VSCode所示 ,您所需要做的就是:

type title, then double- ENTER and description 键入标题,然后按两次ENTER和描述

Similar to what you see here , but done in the Android Studio commit message box : 您在此处看到的类似,但在Android Studio提交消息框中完成了此操作

Android Studio提交消息输入框

A multiple lines commit message should be an extended commit description 多行提交消息应该是扩展的提交描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM