Posts Tagged “git”
Git on Windows, now for Adobe Air
by Kenneth Kalmer on May 17, 2008
Just picked up this detailed post for using git on Windows, thought I’d share it here too. And just in time as well, I’ve spent a lot of time the last couple of days reading up on Adobe Air and (…)
Converting a mercurial repo to git
by Kenneth Kalmer on May 3, 2008
Keeping with the exodus from SVN/Mercurial to git, here is a super quick guide for converting a Mercurial repo to git. 1. Get the fast-export script via git git clone git://repo.or.cz/fast-export.git 2. Make a new (empty) git repo for the (…)
Cohosting on Rubyforge & GitHub
by Kenneth Kalmer on May 2, 2008
Thanks to Dr Nic Williams for highlighting this at such an awesome time. I’ve got the source for ActiveRecord::Tableless now on GitHub and RubyForge, thanks to git. So you can grab a copy any time you want and contribute patches (…)
Cheating Git
by Kenneth Kalmer on April 24, 2008
Nope, its not another post about how incredible git is, instead I’m just gonna highlight a quick way to get used to git and/or git-svn during the transition (yes, resistance is futile). $ sudo gem install cheat $ cheat git (…)