Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Criar funções especias do Git #27

Open
arthuralvim opened this issue Jul 5, 2016 · 0 comments
Open

Criar funções especias do Git #27

arthuralvim opened this issue Jul 5, 2016 · 0 comments

Comments

@arthuralvim
Copy link
Owner

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
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant