git bash指令
程序员文章站
2024-02-26 14:13:40
...
:qu
:qa
:q
:q! 强制退出
:wq 保存退出
初始化配置
git config --global user.name ["name"]
git config --global user.email [[email protected].com]
git config --global unset user.name 移除
git config --list:查看配置信息
git config