Tag: git

  • 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…

  • Take the 2016 Git User’s Survey

    Take the 2016 Git User’s Survey

    The 2016 edition of the Git User’s Survey is open and there is a little more than a week remaining before it closes on October 20. Jakub Narębski, one of the main contributors to the gitweb subsystem and author of Mastering Git, posted the survey on behalf of the Git development community. Narębski has created…

  • Linus Torvalds Explains How Open Source Led to the Success of Linux

    Linus Torvalds Explains How Open Source Led to the Success of Linux

    In a rare and deeply personal interview with TED Curator Chris Anderson, Linus Torvalds spoke about how open source made his projects what they are today. Torvalds, creator of the Linux kernel and the Git version control system, revealed that he prefers to work alone, in his bathrobe, in total silence. Although he heads up…

  • 3 Signs Your WordPress Development Team Is Not Actually a Team

    3 Signs Your WordPress Development Team Is Not Actually a Team

    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.   If you run a typical WordPress agency, I will be bold enough to…

  • VersionPress Transitions Into a Free Open Source Project

    VersionPress Transitions Into a Free Open Source Project

    Borek Bernard and Jan Voráček, creators of VersionPress, announced that they’re transitioning the plugin into a free, open source project hosted on GitHub. In addition, they are releasing VersionPress 3.0 Beta, the first version released under the new model. Open Source Is the Way Forward In a post on the product’s site, Bernard explains that…

  • Git for WordPress Developers: A Free Video Course from WP Pusher

    Git for WordPress Developers: A Free Video Course from WP Pusher

    Peter Suhm, creator of WP Pusher, just released a new free video course for WordPress developers. After the success of his email-based WP Git Crash Course, Suhm jumped head-first into creating more educational material in video format. Git4wp.com launched this week with more than 1.5 hours of recorded lessons, split up into 35 videos. The…

  • WP Pusher Launches Free Git Crash Course for WordPress Developers

    WP Pusher Launches Free Git Crash Course for WordPress Developers

    Peter Suhm of WP Pusher recently launched a free email-based Git crash course for WordPress developers who want to gain a basic understanding of managing projects with Git. The five-day drip content course is suitable for both plugin and theme developers and begins with instructions on how to structure your projects for an efficient Git…

  • VersionPress 1.0 Sees the Light of Day

    VersionPress 1.0 Sees the Light of Day

    In mid 2014, Borek Bernard and Jan Voráček from the Czech Republic, launched a crowdfunding campaign to fund the development of VersionPress. VersionPress is a version control plugin for WordPress. It keeps the whole site in a Git repository enabling things like site-wide reverts, safe updates, and easy staging. Despite not reaching their funding goal,…

  • Git and WordPress: 3 Tips to Do It Better

    Git and WordPress: 3 Tips to Do It Better

    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.   This article is based on a few ideas, thoughts and opinions I have…

  • 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…

  • Critical Git Vulnerability Patched: Update Your Git Clients Immediately

    Critical Git Vulnerability Patched: Update Your Git Clients Immediately

    Git just announced version 2.2.1, a maintenance release that includes a security fix for a critical vulnerability that affects those using Windows and Mac OS X Git clients. This update also includes new releases with the same security fix for older Git versions. GitHub confirmed that GitHub for Windows and GitHub for Mac are both…

  • 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…

  • Free Revisr Plugin Offers Git Management for WordPress

    Free Revisr Plugin Offers Git Management for WordPress

    This month we featured a project called VersionPress that brings version control to WordPress, a concept that has many in the community excited. The VersionPress development team is seeking $30,000 in funding by the end of June in order to get it off the ground. However, they aren’t the only ones working on adding git-based…

  • 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…

  • WordPress.org vs. GitHub For Hosting WordPress Plugins and Themes

    WordPress.org vs. GitHub For Hosting WordPress Plugins and Themes

    There are many factors that come into play when deciding where to host your open source WordPress plugin or theme. Who is your target audience? How much support do you want to offer? Is the project open for collaboration? For many developers this choice often comes down to WordPress.org vs. GitHub. In the past, hosting…