I'm using gitflow, and I changed of computer, my feature called 'migration' is showed like remote branch
git branch -a
* develop
master
remotes/origin/HEAD -> origin/develop
remotes/origin/develop
remotes/origin/feature/migration
what is the right way to pull that branch, and complete the work, then do commits and push. I was using gitkraken, but i feel have bugs when you are in complex scenaries and with more than one features open, do the things very automatically in the wrong way.