electron / trop

automate the backporting process
MIT License
76 stars 31 forks source link

feat: use a git cache to speed up clones #275

Closed nornagon closed 7 months ago

nornagon commented 8 months ago

Instead of re-cloning the entire repo every time we make a backport, keep a local cache and clone from that instead.

Hopefully should make things faster, especially for large repos.