随笔分类 - Git&GitHub
摘要:git常用命令1、配置全局注释用户名称、关联邮件地址git config --global user.name "junge8618"git config --global user.email "513851613@qq.com"说明:如果要配置指定仓库,直接切换到该仓库目录,执行不带--glob
阅读全文
摘要:参见:https://book.git-scm.com/book/zh/v2/Git-%E5%9F%BA%E7%A1%80-%E8%AE%B0%E5%BD%95%E6%AF%8F%E6%AC%A1%E6%9B%B4%E6%96%B0%E5%88%B0%E4%BB%93%E5%BA%93 一般我们总会
阅读全文