Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将如何创建一个 bash 别名,将来自 git merge 或 git rebase 的任何冲突文件通过管道传输到 TextMate 的 mate 命令中?
你可以试试
textmate `git status | grep both | awk '{print $4}'`
textmate您运行 TextMate 的命令在哪里。
textmate