Retain gutter coloring after commit
已回答
Hi,
Is there a way to retain gutter coloring after a commit. I know you can do git compare with revision but that opens a new window, is there a way for pyCharm to just show the the changes in the gutter like if dos before you commit?
Thanks,
Mark
请先登录再写评论。
Hello Mark
Could you please clarify what on a use case?
There is no option to retain gutter coloring after commit since these colors show where the file has been modified.
Hi Ruslan,
I have been modifying a lot of code and a colleague has asked me to commit my code so he can see my progress, I have done that but now it's more difficult for me to see what lines and scripts I have changed.
Like I say it's a lot of code so it's a lot more difficult to remember what has changed than to simply see it in the gutter.
Hi Mark
I see now, in this case, you can use double-click on the latest commit in the log so it will show you a diff between the two latest commits.
Regrettably, there is no option to retain colors in a gutter.