Git命令

Git可以pull和push远程仓库
常用的Git命令

基础配置

1
2
git config --global user.name "你的名字或昵称"
git config --global user.email "你的邮箱"