Entries tagged “git”

Using git to borrow from the future

One of the great features of git is the ability to re-order commits, break commits into parts, and merge commits together.

Read full post
git svn rebase... forever?

While working on addons.mozilla.org I ran into an issue of git svn rebase continually asking me to merge a file, over and over.

Read full post
Comprehensive list of international dialing codes

I get bored with mundane tasks. So I create little adventures for myself. I had to create a list of countries and country codes to use on the Firefox mobile home page. The first few lists were incomplete, so I made my own by parsing a list provided by the International Telecommunication Union. I stripped it down to simple forms of the country names and removed codes that are very rare (satellite phones).

Read full post