WP Manifestindependent plugin directory
manifest / updates / git-branch-follow

Git Branch Follow

WordPress plugin to follow the updates of GitHub published plugins and themes

by Vadim Volkov, Firmcatalyst · github.com/vvolkov833/git-branch-follow

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/vvolkov833/git-branch-follow/archive/refs/heads/main.zip

Readme

Git Follow Branch

GitHub Integration for WordPress: Enhance your custom WordPress plugins or themes development experience by seamlessly integrating with GitHub. This plugin tracks the new commits, allowing you to update your website with the latest changes.

Features

  • Checks for updates every 12 hours or by click
  • Auto updates off/on/force/webhook
  • Works with public and private repositories
  • Pure PHP, good for cheap or shared hosting
  • Doesn't depend on the WP native updating processes

Usage

  • Install and activate the plugin
  • Navigate to "Git Repositories" in the left sidebar of your wp-admin
  • Click "Add New"
  • Fill in the fields and save

Notes

  • Git API Key is not required for public repositories
  • Deleting a Git Repository entry doesn't delete the folder copy

Read the full README on GitHub →