问题标签 [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.
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
git - 跟踪(曾经被删除的)文件
这是我的情况:添加、删除并再次添加文件(同名)。
如何在最近添加时间戳之前跟踪时间戳?
我使用tig
但对任何git
界面开放。
git - 用 tig 浏览丢失的人头
tig
是一个不错的 Git 文本模式界面,但它只显示当前分支。
我如何在树视图中看到丢失的头和藏匿处?
tig - 不重要的分支卡在我的 tig 视图的顶部
我正在使用 tig 版本 2.2.1,出于某种原因,除了我目前正在处理的分支之外,tig 决定向我展示几个不重要的分支。
这两个额外的分支与我当前工作的分支无关,它们从未相互合并或类似的东西。
当我使用git log --graph
一切似乎都很好时,我不明白是什么让 tig 失控。
git - 在 Tig 上侦听并刷新提交更改
我正在使用:! git pull
命令从存储库中提取更改。但是在拉取更改时,Tig 不会刷新主视图列表。是否有自动在 Tig 的主视图列表上监听和刷新提交?
tig - tig配置默认开启状态
默认情况下如何在状态视图上启动 tig?
我试过了
不工作
git - 使 tig 显示所有分支的快捷方式
有,tig --all
但我希望能够在通常tig
和tig --all
交互之间切换。有没有办法做到这一点?
git - 获取从合并分支分支的提交(使用中间合并)
让我们使用最新的可用 git 2.16.2 和 tig 2.3.3。
检索分支中的最后一次提交非常容易:develop
开发 3
但我无法检索分支中的第一个提交。develop
所以我找不到分支分支的提交。
结果是没有用的。
我找到了一个问题的解决方案如何在合并的分支分支的地方获得提交
结果也没有用。
但是tig
并且git log --graph
仍然能够看到这develop 1
是该分支的第一次提交,并且develop
该分支是从.master 2
master
master 2
是否可以使用当前的 git 控制台工具进行检索?
tig - 如何在 iTerm 上自定义更改 tig 文本颜色?
我已经安装了tig,并确认安装成功。为什么我的~/
目录中没有.tigrc
文件?
如何配置 tig?
tig - 如何在 tig 中保存 refs 视图排序
在 tig 中,我按日期降序排列我的 refs 视图。如何将此订单/排序保存为默认值?
我在手册中根本看不到这一点。