Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76c1c8d + 217ba50 commit 9110b98Copy full SHA for 9110b98
git/repo/base.py
@@ -422,7 +422,7 @@ def _to_full_tag_path(path):
422
423
def create_head(self, path: PathLike, commit: str = 'HEAD',
424
force: bool = False, logmsg: Optional[str] = None
425
- ) -> 'SymbolicReference':
+ ) -> Head:
426
"""Create a new head within the repository.
427
For more documentation, please see the Head.create method.
428
0 commit comments