Using Git on OS X
In this guide, we're going to explore how to use Git on the Mac OS X operating system. Fortunately, modern Macs all come with Git installed as standard so there's...
We like to help people so we try to publish useful tutorials about how to use our products, open source libraries or how to accomplish various design & development tasks.
Displaying posts 25 - 36 of 42 in total
In this guide, we're going to explore how to use Git on the Mac OS X operating system. Fortunately, modern Macs all come with Git installed as standard so there's...
There are a couple of different ways to install Git on Windows. We will be outlining how to install Git using msysgit in this post.
In this guide, we're going to look at setting up Git Tower for Mac and connecting it to a repository in Codebase.
In this post we will discuss how we configure MariaDB multi-source replication in order to achieve database redundancy.
A couple of days ago I wrote about uploading attachments and in this tutorial I'm going to look at doing some processing on those attachments once they have been uploaded....
Uploading files into your Rails application has never been easier, and with the a wealth of useful gems around to help there's no better time to be working with files.
Staytus is the open source publishing platform that I developed last year when we needed something simple to help us communicate with our customers when issues arise with our service....
Testing software and logging bugs takes time. Integrating Codebase with TestLodge can save your team time by making this process more efficient.
We’ve been using IPv6 for quite a while now on the aTech and Viaduct networks however my home ISP doesn’t support IPv6 natively. As you can imagine, this is quite...
A little while ago we launched Noti which is a little tool to help sending desktop notifications from web applications to desktop machines when you're not actively browsing the website.
A while ago I wrote a small library to handle string interpolation in a Rails application. The library allows you to safely allow users to insert variables into strings they...
Today I’m talking about the merge button on GitHub, why you shouldn’t use it and presenting an alternative which is cleaner & easier to use.