When we do git rebase -i master
, it will come to the message where we need to put which commit to squash
or pick
and etc. Only then, it can proceed & complete the git rebase -i
.
My problem is for most of the PC, it will show the message in the command window and we need to do the changes in it and do some command to proceed with it. This is kind of troublesome for me because one of my PC is able to do changes of the message via Git GUI.
On that PC, when I do git rebase -i master
on command prompt window, it will popup the Git GUI where I can directly modify the message, save it by clicking on the save icon and close it. The Git on command prompt window will automatically proceed and finish the rebase -i
job.
How can I set the git to show up GUI on those PC that don't?