给群友们准备的 git 入门教程,以常用的、基础的指令为主,希望大家学会后在后续的活动和合作中使用 git qwq
[x] start
[x] git status
[x] git add/commit
[ ] git diff
[ ] git pull/push
[ ] git branch/checkout
[ ] git rebase
[ ] (optional) discussion about the “fake” history records of git
[ ] git stash
[ ] git reset
[ ] (optional) git reflog
[ ] (optional) git cherry-pick
[ ] github workflow