标签:alt 远程仓库 推送 image git add com add har git reset
一:常用命令
git add 添加到缓存区
git commit -am " " 添加到本地仓库
git pull 从远程拉去代码到本地仓库
git push 推送代码到远程仓库.
二:图解
git reset --hard
标签:alt 远程仓库 推送 image git add com add har git reset
原文地址:https://www.cnblogs.com/liubaihui/p/12720092.html