Posts tagged git

Goodbye Blogger!

Blogger has been good to me over the years. I set up my first blog on Blogger before I had any other digital real estate to speak of. But ever since setting up mikemabey.com, I’ve been looking for a way to migrate off of Blogger and have everything all together on the same site. I recently completed that objective, and in this post I’ll share how I did it and what obstacles I encountered along the way.

Read more ...


Using git-stash without losing staged changes

  • 2016-03-07
  • git

When I learned about git-stash, my productivity with git from the command line went way up. But it wasn’t until recently that I figured out how to properly handle the situation where I had already staged changes but needed to stash everything to do something without .

Read more ...


How to check out an old version of Chromium OS

You gotta love the combination of open source projects and git. Getting up and running with a project like Chromium OS is pretty straightforward with the guide available on the Chromium Wiki. But what if, for some reason, you’re interested in a version other than the most recent? How do you dig through the combinations of repositories to get it? I recently had to figure this out for a project I’m working on, so I thought I’d pass it along.

Read more ...