I was able to accomplish this by following these steps:
1. Add Remote reference to Jim/abc :
git remote add jim https:
2. Extract the Jim repository:
git fetch jim
3. Checkout the branch with the Jim/abc remote control:
git checkout jim/2.0
The branch is now in the "disconnected HEAD" state.
4. Create a local branch:
git checkout -b 2.0
The branch is now verified and ready to work locally.
source share