Git 工具 `tig` : What do those letters in the graph mean?

标签 git git-branch tig

当我运行 tig 时,我看到了一个分支图。它在这些行上使用字母来显示那里发生的事情:

  • “o”表示提交
  • “M”是 merge
  • “我”是 merge

“M”和“I”有什么区别?

最佳答案

I 在 tig 中被标记为 initial source code

它似乎标志着 merge 的初始提交(共同祖先)。 M 标记 merge 提交。

关于Git 工具 `tig` : What do those letters in the graph mean?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27481819/

相关文章:

git - 显示远程分支的提交

git - 当我在终端中创建一个新分支时,为什么图形不显示从 master 分支分支出来的新分支?

git - 在 U 盘上使用 GIT 获取 "travelling code"

git - 使用源代码管理来管理图形文件(例如 PSD 和 AI 文件)是否有意义

c# - 什么会导致 git pull(通过 libgit2sharp)出现 401 错误?

git - 恢复由于分离头而意外丢失的提交

Git - 用远程分支替换本地分支

git-blame - tig 责备 View : How to come back (child commit) after loading parent commit

linux - “您的分支比 'origin/master' 领先 1 次提交。” merge 后