随笔分类 -  git

摘要:一、Git 基本配置 1、配置 命令:git config --global prop_name prop_value 如配置git用户名与邮箱: git config --global user.name 'matt cheng' git config --global user.email 'c 阅读全文
posted @ 2019-02-02 15:09 Matt_Cheng 阅读(385) 评论(0) 推荐(0)