How to use --unshallow in repo.remotes.origin.pull() #1415
Answered
by
Byron
wangyinwen
asked this question in
Q&A
-
this is my code:
|
Beta Was this translation helpful? Give feedback.
Answered by
Byron
Feb 26, 2022
Replies: 1 comment
-
I assume that keyword arguments are passed to git directly as described in greater detail in the docs, which means |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume that keyword arguments are passed to git directly as described in greater detail in the docs, which means
o.pull('dev', unshallow=True)
should do the job.