Skip to content

Git 切换默认编辑器

Git 切换默认编辑器

bash
# 例如切换为 nano
git config --global core.editor nano

最后更新于: