You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make git clone operations idempotent in install.sh
Add clone_or_update helper function that checks if the target directory
exists before cloning. If the directory exists, it pulls the latest
changes instead of failing. This allows the install script to be re-run
safely without crashing on existing repositories.
0 commit comments