VSCode 里Git有什么用? 百科:“分布式相比于集中式的最大区别在于开发者可以提交到本地,每个开发者通过克隆(git clone),在本地机器上拷贝一个完整的Git仓库。” 网博:“用了git最方便的就是比如在公司写了很多代码后回到家打开vscode只需要点击一下pull就能全部同步过来。” Read More
posted @ 2018-04-09 18:28 皓琪 Views(196) Comments(0) Diggs(1)
1.文件-》首选项-》设置 2.搜索设备 输入 git.path 下面显示 git.path:null (git可执行文件的路径) 3.右侧花括号内输入 "files.autoSave": "off", "git.path": "D:/Git.exe地址" 网上有博客指导 "files.autoSa Read More
posted @ 2018-04-09 18:15 皓琪 Views(4887) Comments(0) Diggs(0)