Clear up confusion regarding accepted types for Repository.checkout() refname parameter
This commit is contained in:
@@ -244,7 +244,7 @@ class Repository(_Repository):
|
|||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
||||||
:param str refname: The reference to checkout. After checkout,
|
:param str|Reference refname: The reference to checkout. After checkout,
|
||||||
the current branch will be switched to this one.
|
the current branch will be switched to this one.
|
||||||
|
|
||||||
:param int strategy: A ``GIT_CHECKOUT_`` value. The default is
|
:param int strategy: A ``GIT_CHECKOUT_`` value. The default is
|
||||||
|
Reference in New Issue
Block a user