BeyondCompare4
重宝しています。
GIT FOR LINUX
Settings URL
基本インストールした場合、
/user/bin/bcompare
に存在する。
git config --global diff.tool bc
git config --global difftool.bc.trustExitCode true
の設定でOK
ファイルが複数ある場合、Launch するかどうか聞いて来るのが減点。
使い方は、
git difftool
GIT FOR Windows with Cygwin
file bc.shを作成。
"$(cygpath 'C:\Progra~1\Beyond~1\bcomp.exe')" `cygpath -w "$1"` `cygpath -w "$2"` /title1="$1" /title2="$2"
git config
diff.tool=bc
difftool.bc.path=/home/user name/bc.sh
拡張子が異なるファイルの比較(Alignment Overrides)
- セッション -> セッション設定 -> その他
*.java <-> *.swift
リモートアクセス
profile:<fqdn>?<directory>/hoge.file
SSH
https://www.scootersoftware.com/support.php?zz=kb_sftp_privatekey