Git 命令可视化学习

通过交互式动画学习 Git 命令及其参数,理解工作区、暂存区、本地仓库和远程仓库之间的数据流转。掌握基础命令链:add → commit → push → pull

工作区
git add -A
git status
暂存区
git commit -m
git reset
本地仓库
git log
git reset --soft
远程仓库
git push
git pull
进入全屏练习模式 →
Build: 2026-01-29-01