リリースサイクル
仕様書
2013/08/26
gitブランチ運用
http://www.backlog.jp/git-guide/stepup/stepup1_5.html
http://keijinsonyaban.blogspot.jp/2010/10/successful-git-branching-model.html¶
リリース手順
ローカル
git add
git commit
git push¶
テスト環境
git branch -a
git fetch --all
git checkout -b branch_name origin/branch_name