Recent Posts

Visiting Leeds Castle

less than 1 minute read

Used AirBnb. Staying in a local countryhome was a fantastic experience. My wife enjoyed it more than I did. Rented a car from Zipcar. It was very handy. 

Git, Merging from Remote Branch

2 minute read

I did this on Bash on Windows 7 (64bit) against my github account. I tried to push my change to github, and found it's not possible. [sourcecode language="ba...

Undo git add before the first commit

less than 1 minute read

As git newbie, this was very tricky but it happens quite often. You create a new project, say C# project. In case of rails, when you create a new project, it...