Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 305 Bytes

firstdemo

第一个github项目 测试github

//查看git信息 git config --list

// 设置全局 git config --global user.name "zengfen0708" git config --global user.email "172040433@qq.com"

// 或者设置本地项目库配置 git config user.name zengfen0708 git config user.email 172040433@qq.com