标签:编辑 article href art rebase detail blog ase ref
参考:
https://blog.csdn.net/u013276277/article/details/82470177
1.找到上次git push的版本,git rebase -i commitID
编辑该内容,将所有要合并的版本前的pick 修改为 squash,保存
修改commit信息,保存;
2.如果不想编辑commit信息,那就pick改为f,保存。
标签:编辑 article href art rebase detail blog ase ref
原文地址:https://www.cnblogs.com/zhizhiyin/p/13154221.html