How to run set-branches #1386
Unanswered
dsharma522
asked this question in
Q&A
Replies: 1 comment
-
yes (except for the discrepancy between master4 and master8 above), but as I understand things this is only needed after a shallow clone (using --depth). This code snippet shows a way to make all branches available locally:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
what will be the equivalent of
git remote set-branches origin --add master8
in GitPython?Is it
repo.git.remote('set-branches', 'origin', '--add', 'master4')
Beta Was this translation helpful? Give feedback.
All reactions