PyCharm 2016.3 Help

Local, Repository, and Incoming Changes

PyCharm distinguishes among three categories of changes: Local, Repository, and Incoming.

Local changes
The changes that you have introduced to your local working copy but have not yet checked in to the repository.
Repository changes
The changes that you and other users have checked in to the repository.
Incoming changes
The changes that have been checked in to the repository but that you have not yet checked out locally.

All these types of changes are displayed in the respective tabs of the Version Control tool window. Information about changes is stored in the history cache. Configure the size of this cache and frequency of refreshing information in the General VCS Settings.

See Also

Last modified: 23 December 2016