Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can you view the commit history of a single branch in Pycharm?

Tags:

commit

pycharm

I have searched this site, google, and pycharm's website. I can't figure out how to view the local commit history of a branch in Pycharm.

Edit: I am using the latest version of Pycharm for Mac, and Git for VCS.

like image 716
DataMan Avatar asked Dec 24 '22 17:12

DataMan


1 Answers

You haven't specified the version of PyCharm, so I'll assume you're using somewhat fresh (2017.1.3), as well I'll assume you're using Git.

At the bottom of the PyCharm window select Version Control (Ctrl/Cmd+9 shortcut is default). Next, select Log at the top of created window. You should see a list of commits. Now you can click Branch at the top and filter by specific branch.

enter image description here

like image 118
grundic Avatar answered Dec 26 '22 18:12

grundic