Fix when remote default branch is renamed
ref: github tip
1git branch -m <old> <new>2git fetch origin3git branch -u origin/<new> <new>4git remote set-head origin -a
-->
ref: github tip
1git branch -m <old> <new>2git fetch origin3git branch -u origin/<new> <new>4git remote set-head origin -a