May 04Understanding Git Reset and Revert9 分钟阅读介绍git reset和revert的使用;通过git reset,撤销提交,回滚版本,使项目的进展更加顺利。
Apr 26Git Rebase, Squash, and History9 分钟阅读用 git rebase -i 合并、修改和整理 commit 历史,并补充 Git 2.54 新增的实验性 git history 命令。