gpt4 book ai didi

ruby-on-rails - git diff 没有显示在 ubuntu 14.04 的融合中?

转载 作者:行者123 更新时间:2023-12-04 18:41:06 24 4
gpt4 key购买 nike

我安装了meld在我的ubuntu 14.04 system .按照这些命令。
在下面directory path :

anurag@LIBSERV-PC:~$mkdir -p work/crap
anurag@LIBSERV-PC:~$cd work/crap
anurag@LIBSERV-PC:~/work/crap$git clone https://git.gnome.org/browse/meld
anurag@LIBSERV-PC:~/work/crap$cd meld
anurag@LIBSERV-PC:~/work/crap/meld$sudo apt-get install intltool itstool gir1.2-gtksource-3.0 libxml2-utils
anurag@LIBSERV-PC:~/work/crap/meld$sudo python setup.py install

似乎安装已正确完成。我正在处理我的 rails project在以下位置:
 anurag@LIBSERV-PC:~/vikas/template$ git diff lib/common_methods.rb

但在我的系统中 git diff未在 meld software 中显示.
我在 terminal 上看到了差异只要。

最佳答案

正如我在“How to set Meld as git mergetool ”中提到的,您仍然需要将 meld 声明为差异工具

git config --global  diff.tool meld
或使用 git difftool --tool=meld .

关于ruby-on-rails - git diff 没有显示在 ubuntu 14.04 的融合中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37406976/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com