git shellを立ち上げる
git shellでgit pullとコマンドを叩くと
git branch --set-upstream-to=/origin/<branch> ブランチ
と指示されるので
git branch --set-upstream-to=/origin/bugfix/todo-top-select bugfix/todo-top-select
のように<remote>と<branch>を設定する
もういちどgit pull
一度設定すればEGitからもプルができるようになっている