Git

  • A Foray into Private Hosting

    ·

    I’m going to revolutionize the way you host software on the internet! Follow along as I build in the open – starting with a private git server run by Forgejo and networked with Tailscale. Follow and stay tuned for more!

    Read More

  • DVCS is Broken

    ·

    While Git (and Mercurial) is a lifesaver when it comes to easily branching, tagging, and resolving merge conflicts, Subversion (and TFS and the like) is superior when it comes to sub-project management.

    Read More

  • How to Publish a WordPress Plugin – Git

    ·

    Last week we covered how to publish a WordPress plugin using Subversion.  But many of us aren’t using Subversion.  I know that after I started using version control, I quickly graduated to Git and Mercurial for managing distributed development.  It makes it easier for me to collaborate with others, and makes it easier for other people

    Read More