【git】设置VScode为默认查看差异工具
时间:2019-10-08 21:12:32
收藏:0
阅读:365
1.
$ git config --global core.editor "code --wait"
2.
$ git config --global -e
3.跳出了编辑器

原文:https://www.cnblogs.com/fishsoup/p/11612796.html
评论(0)