Tag Archives: Development

Using MacVim as your git mergetool

Install MacVim and the command line tool, mvim. Then in your ~/.gitconfig add this, thusly (replacing the path to mvim with the correct one): [merge] tool = mvim[mergetool “mvim”] cmd=/Users/tjweir/bin/mvim -d -g $LOCAL $MERGED $REMOTE keepbackup=false Then you can “git … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

iPhone Development Haiku: 1 UIs did not…

iPhone Development Haiku: 1 UIs did not flow, Awkward and stilted design, Maybe tomorrow.

Posted in Uncategorized | Tagged , , | 1 Comment