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 5a61a63 commit 702bdf1Copy full SHA for 702bdf1
git/repo/base.py
@@ -414,7 +414,6 @@ def _to_full_tag_path(path: PathLike):
414
else:
415
return TagReference._common_path_default + '/' + path
416
417
-
418
def create_head(self, path: PathLike, commit: str = 'HEAD',
419
force: bool = False, logmsg: Optional[str] = None
420
) -> 'SymbolicReference':
0 commit comments