📜  git store local dan global di linux 终端 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:41.831000             🧑  作者: Mango
代码示例1
// local
git config credential.helper store
// global
git config --global credential.helper store