分布式版本控制系统
实际操作:
设置用户信息
git config --global user.name “itcast”
git config --global user.email "hello@itcast.cn"
mkdir 文件
进入文件之后,打开git bash
<
git config --global user.name “itcast”
git config --global user.email "hello@itcast.cn"
mkdir 文件
进入文件之后,打开git bash
<