欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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 
相关标签: git bash