Version Control (Git) How do I bring back the "latest pull" changes window
Hi Guys,
I love PyCharm! In the morning I tend to review my teams code so I pull in all of the changes and then start ⌘D diffing the files. But alas I hit ⌘W and closed the Changes window and not the diff window. How the heck do you bring this jem back??
Thanks!
请先登录再写评论。
The results of the latest pull cannot be brought back once closed; PyCharm does not persist this information. However, you may find it more convenient to review the commits using the "Log" tab in the Changes view.
Hey Thanks - I appreciate it.