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