git clone 仓库地址 从github上拉去代码
git status 查看本地工作空间中需要提交的代码
git add 【-A】 添加到暂存区【全部】
git commit -m 提交说明 提交代码到本地仓库
git push 将代码push到github上
git clone 仓库地址 从github上拉去代码
git status 查看本地工作空间中需要提交的代码
git add 【-A】 添加到暂存区【全部】
git commit -m 提交说明 提交代码到本地仓库
git push 将代码push到github上