问题标签 [tig]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
477 浏览

tig - unable to use external command in tig

I use git and gitk a lot. Recently, I found some enthousiastic posts about tig and decided to give it a try. It looks great for viewing the repository, however changing the repo with tig seems difficult if not unworkable.

The problem I am facing is that tig fails to start an editor for external commands, thus making it impossible to continue with the action. For example, if I select a commit and issue

I get a screen saying

Only ^C gets me out, thus stopping tig as well.

What can I do to configure this properly for either tig or git in order to get this working?

thanks in advance, Ruud

0 投票
1 回答
197 浏览

git - 跟踪(曾经被删除的)文件

这是我的情况:添加、删除并再次添加文件(同名)。

如何在最近添加时间戳之前跟踪时间戳?

我使用tig但对任何git界面开放。

0 投票
1 回答
296 浏览

git - 用 tig 浏览丢失的人头

tig是一个不错的 Git 文本模式界面,但它只显示当前分支。

我如何在树视图中看到丢失的头和藏匿处?

0 投票
1 回答
191 浏览

tig - 不重要的分支卡在我的 tig 视图的顶部

我正在使用 tig 版本 2.2.1,出于某种原因,除了我目前正在处理的分支之外,tig 决定向我展示几个不重要的分支。

这两个额外的分支与我当前工作的分支无关,它们从未相互合并或类似的东西。

当我使用git log --graph一切似乎都很好时,我不明白是什么让 tig 失控。

0 投票
2 回答
324 浏览

git - 在 Tig 上侦听并刷新提交更改

我正在使用:! git pull命令从存储库中提取更改。但是在拉取更改时,Tig 不会刷新主视图列表。是否有自动在 Tig 的主视图列表上监听和刷新提交?

0 投票
1 回答
170 浏览

tig - tig配置默认开启状态

默认情况下如何在状态视图上启动 tig?

我试过了

不工作

0 投票
1 回答
2712 浏览

git - 使 tig 显示所有分支的快捷方式

有,tig --all但我希望能够在通常tigtig --all交互之间切换。有没有办法做到这一点?

0 投票
1 回答
305 浏览

git - 获取从合并分支分支的提交(使用中间合并)

让我们使用最新的可用 git 2.16.2 和 tig 2.3.3。

泰格 在此处输入图像描述

检索分支中的最后一次提交非常容易:develop

开发 3

但我无法检索分支中的第一个提交。develop所以我找不到分支分支的提交。

结果是没有用的。

我找到了一个问题的解决方案如何在合并的分支分支的地方获得提交

结果也没有用。

但是tig并且git log --graph仍然能够看到这develop 1是该分支的第一次提交,并且develop该分支是从.master 2master

master 2是否可以使用当前的 git 控制台工具进行检索?

0 投票
1 回答
143 浏览

tig - 如何在 iTerm 上自定义更改 tig 文本颜色?

我已经安装了tig,并确认安装成功。为什么我的~/目录中没有.tigrc文件?

如何配置 tig?

0 投票
1 回答
155 浏览

tig - 如何在 tig 中保存 refs 视图排序

在 tig 中,我按日期降序排列我的 refs 视图。如何将此订单/排序保存为默认值?

我在手册中根本看不到这一点。