feat: remove checkout dest lock

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

View File

@ -105,6 +105,8 @@ class Git:
"config.lock",
f"refs/heads/{current_branch}.lock",
f"refs/remotes/origin/{current_branch}.lock",
f"refs/remotes/origin/{checkout_dest}.lock",
f"refs/remotes/origin/{checkout_dest}.lock",
]
for lock_file in lock_files:
lock_path = os.path.join(repo_dir, ".git", lock_file)