GIT - Text Editor Install and Configure - Mac OS X TextMate 2


En Mac, TextMate 2 es un editor de texto disponible libremente que funciona un poco mejor que TextEdit.

Command Listing

git config --global --list # before
git config --global core.editor "mate -w"
git config --global --list # after
mate .gitconfig # compare with snip below

~/.gitconfig File (snip)

[core]
editor = mate -w

Publicar un comentario

0 Comentarios