将Git的初始设置更改为VSCode作为编辑器

在终端上输入以下内容。
例子:在 example@email 上输入在 github 注册的名称和电子邮件地址。

$ git config --global user.name "example"
$ git config --global user.email example@email
$ git config --global core.editor 'code --wait'

为了确认已经成功注册,请使用以下代码。
ruby:qiita.rb
$ git config user.name
$ git config user.email
$ git config core.editor

只要每个人的名字、电子邮件地址和“code –wait”这个文字显示出来,就表示成功注册了。

广告
将在 10 秒后关闭
bannerAds