Add note about checkout('HEAD') being identical to checkout_head()

This commit is contained in:
djmattyg007
2014-08-23 01:08:32 +10:00
parent 2bd73f3bdf
commit 9718fd8c32

View File

@@ -240,6 +240,8 @@ class Repository(_Repository):
>>> checkout('HEAD')
This is identical to calling checkout_head().
If no reference is given, checkout from the index.
Arguments: