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
Criar um githook para evitar forces no git push
Criar um githook para evitar remover migrações já existentes
git procurar em todo o histórico por string, commits e conteudo de todas a linha do tempo.
git rev-list --all | (
while read revision; do
git grep -F 'localStorage' $revision
done
)
The text was updated successfully, but these errors were encountered:
Criar um githook para evitar forces no git push
Criar um githook para evitar remover migrações já existentes
git procurar em todo o histórico por string, commits e conteudo de todas a linha do tempo.
git rev-list --all | (
while read revision; do
git grep -F 'localStorage' $revision
done
)
The text was updated successfully, but these errors were encountered: