Jun's Blog

Output, activities, memo and etc.

Entries from 2016-05-05 to 1 day

Github: Pull-request & Rebase

Today I will take note for one tips of pull-request.For example, imagine this scenario.1. Fork from upstream repository. upstream: https://github.com/foo/bar.git forked: https://github.com/junaruga/bar.git 2. Git clone from forked own repo…