arthuralvim / dotfiles

My dotfiles.
3 stars 0 forks source link

Criar funções especias do Git #27

Open arthuralvim opened 8 years ago

arthuralvim commented 8 years ago

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 )