Tag: github

  • Why I will be moving my private source code repositories away from GitHub

    Why I will be moving my private source code repositories away from GitHub

    In case you’ve been living under a rock, it was announced on Monday that Microsoft as acquired GitHub for $7.5 billion. For various reasons, this has upset open source developers around the world. Since then there has been a lot of discussion online about the pros and cons of this event. While I do feel that a…

  • What’s your Git Strategy?

    What’s your Git Strategy?

    As a freelance WordPress developer/consultant I rarely work in a team environment. So my usage of Git is mostly for my own purposes of being able to have my code backed up somewhere and the ability to create branches to try out new pieces of functionality without affecting the ‘master’ code base. Recently I was…