forkしてcloneしたら最初にやること
form元のリポジトリをremoteのupstreamとして追加
git remote add upstream git://github.com/${USER_NAME}/${BRUNCHI_NAME}.git
最新のupstreamに追従する
git fetch upstream
git rebase upstream/${BRUNCH_NAME}
埼玉県産ウェブエンジニアのブログ。
form元のリポジトリをremoteのupstreamとして追加
git remote add upstream git://github.com/${USER_NAME}/${BRUNCHI_NAME}.git
git fetch upstream
git rebase upstream/${BRUNCH_NAME}