Skip to content
Advertisement

What does triangle/circle sign mean in PyCharm?

PyCharm window

Before it was a circle now it is a triangle. What does it stand for?

Advertisement

Answer

At the bottom of your PyCharm screen there’s a toolbar with info that corresponds to what you see in the Project window. This should help you explain what these icons mean.

For example:

If the branch is up-to-date and there are no new changes you’ll see this:

enter image description here

If there are some and haven’t been committed you will see this:

enter image description here

You can click on this widget to get a context menu:

enter image description here

Also, I highly recommend exploring the Repository and Incoming Tab.

To read more about PyCharm’s common symbols, see this.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement