feat: remove current local head lock

This commit is contained in:
张泊明518370910136 2025-08-03 14:39:09 -07:00
parent aa9a69eaf1
commit 083140079e
No known key found for this signature in database
GPG Key ID: 134DACA8458EB0E3

View File

@ -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: