git-config

Моя базовая конфигурация git

View the Project on GitHub gaech/git-config

Базовая конфигурация git

Возможности

Перед запуском

Создаем симлинк для SublimeText 2

sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /bin/subl

Задаем имя и адрес почты в настройках git

git config --global user.name "Andrej Gaevskij"
git config --global user.email "andrej.gaevskij@gmail.com"

Установка

git clone git://github.com/gaech/git-config.git
cd git-config/
sh install.sh