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
It's common for iamy to reformat or reorder things into its canonical format. When this happens, the code in git is now slightly out of sync with what's in AWS. Sometimes folks remember to pull after they push to confirm there are no changes, but often they don't and it requires another PR to sync the two.
iamy could compare the code and the state in AWS after a push and complain loudly if they're different. This would save a fair bit of frustration.
The text was updated successfully, but these errors were encountered:
It's common for
iamy
to reformat or reorder things into its canonical format. When this happens, the code in git is now slightly out of sync with what's in AWS. Sometimes folks remember topull
after theypush
to confirm there are no changes, but often they don't and it requires another PR to sync the two.iamy
could compare the code and the state in AWS after apush
and complain loudly if they're different. This would save a fair bit of frustration.The text was updated successfully, but these errors were encountered: