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.
-
this is my code:
|
Beta Was this translation helpful? Give feedback.
-
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.
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.