@shiftee, any suggestion how to checkout your branch? I know this is silly, but I tried all suggestions from Stackoverflow already.
``` $ history 550 git fetch shiftee:auto_reload 551 git fetch origin shiftee:auto_reload 552 git checkout --track origin/shiftee:auto_reload 553 git checkout shiftee:auto_reload 554 git checkout auto_reload 555 git checkout 'shiftee:auto_reload' 556 git checkout --track -b shiftee:auto_reload origin/shiftee:auto_reload 557 git fetch shiftee:auto_reload 558 git fetch 'shiftee:auto_reload' 559 git fetch remote 'shiftee:auto_reload' 560 git fetch origin 'shiftee:auto_reload' ``` Nothing works.