githug第45关
记录一下githug游戏的45关,如下图:
意思就是修改first commit时写错的message,
网上答案:
但是按照这些步骤下来,最终log的时候虽然显示是正确的,但输入githug却没有办法过关
最终按照另一种方法成功过关:
1.git rebase -i [Initial commit的hashcode]
2.修改first coommit的pick为e(exec),Ctrl加x保存
3.git commit --amend
4.修改 coommit为commit,Ctrl加x保存
5.git rebase --continue