Posted in July 12, 2011 ¬ 13:42h.HtbaaComments Off
For a while now I’ve been keeping a Git mirror of bah.mod updated on GitHub. I’ve now moved this repository from my account to the BlitzMaxModules organization. Aside from bah.mod I’m now also mirroring rigz.mod and maxgui.mod. If there are any other Subversion hosted BlitzMax modules you want to see mirrored on GitHub let me [...]
Read the rest of this entry »
Posted in April 8, 2010 ¬ 21:54h.HtbaaComments Off
Something I don’t do often and always forget is how to setup msysgit to use KDiff3 as its merge tool. To get it done edit your .gitconfig and add the following: [merge] tool = kdiff3 [mergetool "kdiff3"] path = C:/Program Files/KDiff3/kdiff3.exe keepBackup = false trustExitCode = false [...]
Read the rest of this entry »
Posted in October 6, 2009 ¬ 23:02h.HtbaaComments Off
So today at work I started working on a website that’s basically a clone of another one. The website to clone has a rather old code base but a fully working control panel with order processing, payment reminders, CRM and more. As the code base for the website itself was way too old I decided [...]
Read the rest of this entry »