↧
Installing git with MacPorts
The Good: MacPorts makes git, the new source version control system hotness, available to Mac users. The Bad: MacPorts sometimes has attitude, and poops out trying to compile or install packages. The...
View ArticleAccessing git over ssh on a non-standard port
Simple ssh access to a git repo can be sufficient for a small dev team–but what if you’re using a non-standard ssh port? The solution–do as Linus says. Use ~/.ssh/config. My config now looks like this:...
View ArticleHOWTO: Fix git-gui’s “Spell checking is unavailable” dialog
Launching git gui from the command line, when built with MacPorts, causes an irritating dialog to pop up: The solution is simple: [crayon-54330e359b14a314772659/]
View Article