在pull或者合并分支的时候有时会遇到这个界面,仅仅按Esc键是无法退出的

Git:Please enter a commit message to explain why this merge is necessary

通常需要以下几个步骤(1,2可直接跳过):
1.按字母”i”键进入insert模式
2.在黄色提示信息处进行修改(可选)
3.按“Esc”
4.输入“:wq”(write/quit)
5.按回车键结束

相关文章:

  • 2021-11-11
  • 2021-12-30
  • 2021-06-11
  • 2021-08-17
猜你喜欢
  • 2021-10-10
  • 2021-04-28
  • 2021-08-18
  • 2021-05-16
  • 2021-05-23
  • 2021-05-15
  • 2022-12-23
相关资源
相似解决方案