标签: tig
如果我用另一个分支打开tig:
tig otherBranch
是否可以导航到树视图找到我想要的文件并将其签出到我当前的分支?
答案 0 :(得分:4)
是的,您必须在~/.tigrc中添加用户定义的命令,例如:
~/.tigrc
bind generic ^F !?git checkout %(commit) %(file)
然后打开tig otherBranch,按t转到树状视图,导航到该文件并按Ctrl-F。
t
Ctrl-F