Adds an "Open with Sourcetree" button to the GitHub "Code" dropdown menu, allowing you to clone repositories directly into the Sourcetree application.
目前為 2025-07-10 提交的版本,檢視 最新版本。
這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。
fix: improve clone URL detection logicThe script now intelligently finds the best available clone URL.- It prioritizes the HTTPS URL.- If HTTPS is not available, it falls back to the SSH URL.- The GH CLI format is ignored as it's not a direct URL.This makes the script more robust and reliable, ensuring it works even if the user has selected a non-default clone method.