Developer blog: stories for app builders

Developer

Let’s add another arrow to our already full quiver of version control tools and techniques. Do you know that the Linux...

Recently I’ve been writing a service in Go to enhance the projects dashboard on Bitbucket – if you haven’t heard we...

This year I have been choosing Go for all my coding projects. Go is brilliantly fast, simple to pick up, it...

Git subtree allows you to insert any repository as a sub-directory of another one. It is one of several ways Git...

Git’s push --force is destructive because it unconditionally overwrites the remote repository with whatever you have locally, possibly overwriting any changes...