forked from JOJ/Joint-Teapot
feat: remove current local head lock
This commit is contained in:
parent
aa9a69eaf1
commit
083140079e
|
@ -103,6 +103,7 @@ class Git:
|
|||
"logs/HEAD.lock",
|
||||
"packed-refs.lock",
|
||||
"config.lock",
|
||||
f"refs/heads/{current_branch}.lock",
|
||||
f"refs/remotes/origin/{current_branch}.lock",
|
||||
]
|
||||
for lock_file in lock_files:
|
||||
|
|
Loading…
Reference in New Issue
Block a user