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: address Copilot review - fetch before branch check, PSBoundParameters
- Use $PSBoundParameters.ContainsKey('Number') for idiomatic explicit
parameter detection (replaces sentinel approach); revert default to 0
- Add git fetch --all --prune before branch conflict check in both
Bash and PowerShell so we don't miss remote-only branches
- Restructure Bash branch check into explicit if block for clarity
0 commit comments