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: resolve git state issues causing full project builds
- Use fetch-depth: 2 instead of conflicting fetch-depth: 0 + --depth=1
- Switch to reliable git diff HEAD~1 HEAD for maintenance branches
- Eliminates issue where git show HEAD returned entire project history
0 commit comments