Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我启动 git gui 时,我看到了我写的最后一条提交消息 - 有时我会丢失它(例如,当我太匆忙点击修改提交时)。不过,我主要在 Dropbox 工作,所以我可以在那里回滚(或检查)文件。那么提交消息存储在哪个文件中?是在里面.git还是其他地方?
.git
我在 Windows 上(取决于 7 或 XP) - 希望这是独立于系统的
git-gui创建一个临时文件来存储您正在编辑.git/GITGUI_BCK的提交消息。
git-gui
.git/GITGUI_BCK
如果您在git-gui 未提交的情况下关闭,则提交消息将移至.git/GITGUI_MSG.
.git/GITGUI_MSG
临时文件在提交后被删除。