Git学习
摘要:Git add -> git commit 先添加后提交 git status -> git diff -> git add -> git commit 对比前后版本后提交 版本查看 git log 版本回退(还原) git reset --hard HEAD^ git checkout -- fi
阅读全文
posted @ 2019-06-18 18:13
posted @ 2019-06-18 18:13