Git Tips

May 29, 2019

删除某一次 commit

git revert --strategy resolve <commit>

删除远程分支

# 删除远程分支 serverfix
git push origin :serverfix

配置

# 记住用户名密码(明文保存)
git config --global credential.helper store

统计提交者的 commit 数量

git shortlog -sn

如果你喜欢我的内容,请考虑请我喝杯咖啡☕吧,非常感谢🥰 。

If you like my contents, please support me via BuyMeCoffee, Thanks a lot.