Display Git Status

plugin banner

A simple WordPress plugin to display your current git branch and status in the admin area.

Author:WP Git Updater (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:5.6.4
Plugin version:1.0.1
Added to WordPress repository:18-12-2020
Last updated:22-12-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:https://wpgitupdater.dev/docs/latest/plugins#...
Total downloads:630
Active installs:10+
plugin download
Click to start download

Display Git Status is a pretty simple plugin, all it needs is access to the shell_exec function and to be pointed at a git repository.

The plugin will not perform any state altering operations, it accesses the repository using read only methods to fetch information like branch name, last commit and status.

When the git repository is located (defaulting to wp-content, or overwritten via a setting) the plugin will add a new admin bar item with the git icon and the current branch name.

When your site has untracked changes the menu items background will turn red.

This is ideal as it gives you a small marker directly in the admin area that some changes have been made which you probably need to look into.

Additionally when accessing the plugins admin page you can see the result of the git status command, and the last commit applied to your site.


Screenshots
FAQ
ChangeLog