Git Checkout zdalny oddział
git checkout --track origin/<branchname>
Bad Bug
git checkout --track origin/<branchname>
$ git checkout -t origin/remote-branch
Branch 'remote-branch' set up to track remote branch 'remote-branch' from 'origin'.
Switched to a new branch 'remote-branch'
git checkout -b test <name of remote>/test