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.
1 parent 76c1c8d commit 217ba50Copy full SHA for 217ba50
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