May 30Set Git ProxyMay 302 分钟阅读Set up a proxy for Git operations, both for HTTP/HTTPS and SSH connections.
May 05Understanding Git Reset and RevertMay 059 分钟阅读介绍git reset和revert的使用;通过git reset,撤销提交,回滚版本,使项目的进展更加顺利。
Apr 27Git Rebase, Squash, and HistoryApr 279 分钟阅读用 git rebase -i 合并、修改和整理 commit 历史,并补充 Git 2.54 新增的实验性 git history 命令。