Skip to content

Instantly share code, notes, and snippets.

@kkdeploy
kkdeploy / gist:2365742
Created April 12, 2012 09:06 — forked from dmexe/gist:1508019
Git workflow

После установки

Указываем свое имя и почту

git config --global user.name "Your Name Comes Here"
git config --global user.email [email protected]

Делаем алиасы на команды

@kkdeploy
kkdeploy / Gemfile
Created March 22, 2012 08:55 — forked from releu/Gemfile
State Validator for ActiveModel
source 'http://rubygems.org'
gem 'activemodel', '>= 3.0.0', :require => 'active_model'
gem 'state_machine', '>= 1.0.0'
gem 'rspec', '~> 2.8.0'