git revert --strategy resolve <commit>
# 删除远程分支 serverfix
git push origin :serverfix
# 记住用户名密码(明文保存)
git config --global credential.helper store
git shortlog -sn
本文原载于:baiyun.me
如果你喜欢我的内容,请考虑请我喝杯咖啡☕吧,非常感谢🥰 。
If you like my contents, please support me via BuyMeCoffee, Thanks a lot.
git revert --strategy resolve <commit>
# 删除远程分支 serverfix
git push origin :serverfix
# 记住用户名密码(明文保存)
git config --global credential.helper store
git shortlog -sn
本文原载于:baiyun.me
如果你喜欢我的内容,请考虑请我喝杯咖啡☕吧,非常感谢🥰 。
If you like my contents, please support me via BuyMeCoffee, Thanks a lot.