git init//初始化本地仓库 git clone https://github.com/fanhua1994/dzadmin.git//克隆远程仓库 git add .//添加所有 git commit -m "更新内容" git push origin master//提交到远程仓库