Tag: version control

  • A Very Brief Introduction to Version Control and Git

    A Very Brief Introduction to Version Control and Git

    This post was contributed by guest author Peter Suhm. Peter is a web developer from the Land of the Danes. He is the creator of WP Pusher and a huge travel addict, bringing his work along with him as he goes.   Have you ever done this? Most of us have. Do you know what…

  • WP Rollback Provides Basic Versioning for WordPress.org Plugins and Themes

    WP Rollback Provides Basic Versioning for WordPress.org Plugins and Themes

    Despite the recent proliferation of plugins that add git-based version control to WordPress, your average user does not require a full-blown version control system as part of regular site management. Developers can certainly benefit from tools like Revisr and Gitium for managing projects with Git, but the vast majority of WordPress users are more likely…

  • WP Pusher Aims to Provide Pain-Free Deployment of WordPress Themes and Plugins from GitHub

    WP Pusher Aims to Provide Pain-Free Deployment of WordPress Themes and Plugins from GitHub

    If you create plugins and themes for clients and host them on GitHub, then you may have encountered the hassle of having to move those files over to your client’s installation. On super cheap hosting packages, where SSH access is not an option, this process inevitably requires manually copying files over via FTP. This is…

  • Gitium Provides Automatic Git Version Control and Deployment for WordPress Plugins and Themes

    Gitium Provides Automatic Git Version Control and Deployment for WordPress Plugins and Themes

    One important trend surfacing this year is WordPress developers’ growing desire to add git-based version control to their sites. It adds an extra layer of safety in case you need to revert changes. Version control also helps multi-person teams work together more efficiently on the same website. Several plugin options are in the works in…

  • VersionPress Aims To Bring Version Control To The Masses

    VersionPress Aims To Bring Version Control To The Masses

    When WordPress 3.7 introduced automatic updates, a segment of users pushed back arguing they should be opt-in instead of opt-out. The main concern being that a website administrator wouldn’t have any time to test the update to make sure it doesn’t break anything. Several users said they would be fine with automatic updates if there…

  • Introducing WordPress Post Forking: Version Control For Writers

    The WordPress platform has been helping writers publish their thoughts to the web for years. Though it now powers many large newsrooms and other organizations, the posting process still caters entirely to the individual writer working by himself on a post. Collaboration for multiple content creators is non-existent within the core right now. The WordPress…