Git

Git mirrors of Subversion hosted BlitzMax modules

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 …

Git mirrors of Subversion hosted BlitzMax modules Read More »

Configure Git on Windows to use KDiff3

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

Scroll to Top