Android Studio 的版本控制 "Log" window 中的 {Author_name}*(带星号)是什么意思?
What is meant by {Author_name}* (with asterisk) in Version Control "Log" window of Android Studio?
我正在和我的一个队友一起做一个项目。今天我刚刚观察到一件非常奇怪的事情,就是 *(Asterisk)
和 Android Studio Log window
.
的版本控制中的 Author Name
Normally I take the things related to git or version control seriously
so after merging I double-checked the changes of that
*(Asterisk)
commit and the changes were there after merging. So
technically there is nothing wrong with the code and everything seems
perfect.
但是,如果有人知道这 *(Asterisk)
是什么意思,我很想听听您的想法?
提前致谢:)
说明作者和commiter不一样。例如,如果 A cherry-pick 的 B 提交,或者如果 A 重新设置包含 B.
提交的分支,则可能会发生
在提交说明(右下角)中,您应该会在消息和作者下方看到类似“由 XXXX 提交”的内容。
我正在和我的一个队友一起做一个项目。今天我刚刚观察到一件非常奇怪的事情,就是 *(Asterisk)
和 Android Studio Log window
.
Author Name
Normally I take the things related to git or version control seriously so after merging I double-checked the changes of that
*(Asterisk)
commit and the changes were there after merging. So technically there is nothing wrong with the code and everything seems perfect.
但是,如果有人知道这 *(Asterisk)
是什么意思,我很想听听您的想法?
提前致谢:)
说明作者和commiter不一样。例如,如果 A cherry-pick 的 B 提交,或者如果 A 重新设置包含 B.
提交的分支,则可能会发生在提交说明(右下角)中,您应该会在消息和作者下方看到类似“由 XXXX 提交”的内容。