You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though I'm not too familiar yet with the code base, I've begun looking into this. Is anyone else working on it? If not, I'll gladly keep on investigating.
I expect the
LibGit2Sharp.Commands.Checkout
function to checkout and setup a local tracking branch for remote branch names.Here's my PowerShell code:
This fails with a
NotFoundException
:I would expected checkout to behave like the
git checkout
command and create a local branch to track the remote branch.If/until this functionality arrives, can we document how to setup a local tracking branch?
The text was updated successfully, but these errors were encountered: