第一步:添加远程仓库
git remote add estuary git@github.com:open-estuary/kernel.git
第二步:将远程仓库的code抓到本地
git fetch estuary
git checkout estuary
第三步:建立本地branch
git checkout -b kernel4.9 estuary/master
git remote add estuary git@github.com:open-estuary/kernel.git
第二步:将远程仓库的code抓到本地
git fetch estuary
git checkout estuary
第三步:建立本地branch
git checkout -b kernel4.9 estuary/master