Home

Version Control System Integration Overview

Simply Fortran supports integration with version control systems, specifically Git software, if installed. Most basic Git features are available from Simply Fortran’s interface in vairous locations depending on their functions. Version control features are available when a project is loaded, and the presence of a version control repository is detected in the project’s directory.

Status Bar

Simply Fortran’s status bar lists the current project’s version control system, if present, in the leftmost position at the bottom of the window. For the Git system, the current branch is also listed. This status bar listing is clickable. When left-clicked, a menu allowing a choice between all known local branches along with an “Operations” submenu will appear.

Project Outline

Files that have been modified in a project will appear with an “M” on the far right of their Project Outline listing indicating that they have changed since the last commit. Other version control statuses will not appear in the Project Outline.

As files are changed and saved, the modified status should be automatically updated in the Project Outline.

See Also

Project Operations
File Operations