标签:初始 使用命令 git init local conf xxx 学习 init style
进入项目根目录,使用命令:
git init
在当前路径创建项目 xxx,使用命令:
git init xxx
cd xxx
初始化仓库后,可以按需修改当前项目的 user 信息
git config --local user.name ‘xxx‘ git config --local user.email ‘xxx@xx.com‘
标签:初始 使用命令 git init local conf xxx 学习 init style
原文地址:https://www.cnblogs.com/chkhk/p/12986839.html