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

标签 git android-studio git-commit

有没有办法使用IDE而不是通过命令行在android studio(如GitHub网站提供)中添加扩展提交描述消息,我对此进行了研究,但没有找到任何事物。任何帮助,将不胜感激。

最佳答案

首先,您始终可以 reword (in Android Studio)您刚刚进行的提交,向您的提交消息添加新行,使其成为扩展描述。

其次,检查是否为 in VSCode ,您需要做的就是:

type title, then double-ENTER and description

类似于you see here ,但是done in the Android Studio commit message box :

Android Studio Commit message input box

多行提交消息应该是扩展的提交描述

关于git - Android Studio 中的扩展提交描述消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52541321/

相关文章:

python - 是否应该将 toml 文件添加到 python 诗歌管理项目的版本控制中?

ubuntu - 更新到 0.2.1 后无法创建 android studio 项目

android-studio - 我应该为 Android Studio 3.0 Canary 1 使用什么 kotlin 版本?

android - 如何在Android Studio中为APK构建获取正确的gradle.startParameter.taskNames

git - 在 Git 中仅提交文件的部分更改

git - 推送失败后如何撤消提交?

git - 如何删除git远程上的提交?

git - 如何在git中的不同文件夹中有不同的分支?

Git:你的分支提前 1 次提交,落后 master 5 次提交?

git - Heroku 中的 Node.js 应用程序可以在 Foreman 上运行但在部署时不起作用?