git 2つのコミットを1つにまとめる
Highneeds
1.git rebase -i HEAD~~
2.before_commitとafter_commit(find bug)のコミットを1つにまとめる
after_commitのpick を sに変える
3.commit_editmsgが立ち上がるので保存して閉じる
これで完了
1.git rebase -i HEAD~~
2.before_commitとafter_commit(find bug)のコミットを1つにまとめる
after_commitのpick を sに変える
3.commit_editmsgが立ち上がるので保存して閉じる
これで完了