git status 比较
git add XXX
git commit -a 提交change
git push 提交代码
git pull 更新代码
git rebase ~重置
git add XXX
git commit -a 提交change
git push 提交代码
git pull 更新代码
git rebase ~重置
本文介绍 Git 的基本使用流程,包括状态查看 (git status)、文件添加 (git add)、提交更改 (git commit)、推送代码 (git push)、拉取更新 (git pull) 和重置操作 (git rebase)。
9497
1993
1623
1869

被折叠的 条评论
为什么被折叠?