我在 Windows 7 中使用msysgit。如何从 Git Bash 调用 notepad++,就像我们使用默认记事本一样?
比如像
name@usename 记事本 textfile.txt
相反,我希望文件用记事本++打开。
注意:我已将 notepad++ 添加到我的 PATH 中,但仍无法从命令行调用它。
编辑
我在.gitconfig中试过这个-->
[别名] notepad='C:/Program Files/Notepad++/notepad++.exe'
但不工作。