January 2011
6 posts
1 tag
git undo init
Well today, I have accidentally initialized one of my working directory as git repo. Panic, oh yes, hence the search to undo what I have done appears to be applicable.
Basically, what GIT does it when i keyed-in ‘git init’, is just add the hidden directory called ‘.git’. By just executing ‘rm -rf .git’ in my working directory helps me solve the issue.
So, in...
2 tags
RailsConf Keynote: David Heinemeier Hansson →
With the release of Rails 1.2 we take a look back at David Heinemeier Hansson’s RailsConf keynote from Chicago.