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
I haven't looked into it, but given that file.secret is encrypted and committed,
if I run git mv file.secret new.secret && git commit -m moved, everything looks ok locally, but the other users/CI will see new.secret as dirty upon decrypting 🤔