Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Markus Denhoff Markus Denhoff

    Git Content

    Automatic commit and push of content changes made via the Panel to a git repository

    Docs Source

    Manual

    Download and extract the folder to site/plugins/git-content

    Composer

    Git Submodule

    Version
    5.3.0
    License
    MIT
    Stars
    141
    Supports
    K5 K4 K3
    Created
    20 Sep 2015
    Updated
    24 May 2025

    Info

    Topics
    • Panel
    • Versioning
    • Git
    Implements
    • Hook(s)
    • Panel area(s)
    • Panel view(s)
    • Route(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 5.3.0
    • 5.2.0
    • 5.1.0
    • 5.0.2
    • 5.0.1

    Similar plugins

    • CSV field Kirby CMS Panel field to upload and display a single CSV file K5 K4
    • Form Block Suite This form plugin for Kirby offers you maximum flexibility and usability. It can be used as a block where needed. Even multiple times per pag… K5 K4 K3
    • OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication K5 K4 K3

    More by Markus Denhoff

    More
    • class MigrationTest extends Migration
      {
          public function up()
          {
              $result = Db::query(
                  'ALTER TABLE `my_table`
                  ADD COLUMN `test` INT DEFAULT NULL;
              ');
      
              if (!$result) throw Db::lastError();
          }
      }
      Migrations Migrations management (eg. for Databases) K5 K4 K3
    • Sentry Sentry real-time crash reporting for Kirby CMS sites K5 K4 K3
    • Clear Cloudflare Cache Automatically purge Cloudflare cached URLs K4 K3