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
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
After cloning a repo using git.PlainClone(), I expected that local repo has tracking set for all fetched branches (as git clone would normally do). However, it looks like this is not the case:
$ git rev-parse --abbrev-ref --symbolic-full-name @{u}
fatal: no upstream configured for branch 'master'
Is this an expected behavior? Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Here is my code:
After cloning a repo using
git.PlainClone()
, I expected that local repo has tracking set for all fetched branches (asgit clone
would normally do). However, it looks like this is not the case:Is this an expected behavior? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: