Git 小抄
删除远程分支 # 删除远程分支 xxx git push origin :xxx 统计提交者的 commit 数量 git shortlog -sn 删除某一次 commit git revert --strategy resolve <commit> git diff 中文乱码 在命令行下输入以下命令: 最后一条命令是因为 git log
There is an interesting api on https://ghchart.rshah.org/
It can display your Github chart information as an image.