top / index / prev / next / target / source
日記形式でつづる いがぴょんコラム ウェブページです。
git で fork側リポジトリに、upstream の成果を反映する方法をメモします。
git clone https://github.com/ToshikiIga/stepcounter.git
git remote add upstream https://github.com/takezoe/stepcounter.git
git fetch upstream
git merge upstream/master
git push
上記は stepcounter での実行例。
Last modified: $Date: 2018-06-04 $