vscode的terminal设置成git请参考[104gogo](https://segmentfault.com/p/1210000008190922)的文章
该办法为参考网上的内容进行的修改版
1.git目录下搜索gitconfig
文件中增加以下内容:
[gui]
encoding = utf-8
[i18n]
commitencoding = GB2312
[svn]
pathnameencoding = GB2312
2.git目录下搜索git-completion.bash
文件中增加以下内容:
alias ls='ls --show-control-chars --color=auto'
3.git目录下搜索inputrc
文件中增加以下内容:
set output-meta on
set convert-meta off
2017年2月9日更新
最新版本的vscode1.9已经不须要做以上修改就能正常显示中文
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。