This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
dabory
/
sync-block
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
4a5fa2bec8
Branches
Tags
master
sync-block
/
shell
/
apply-gitignore-after-git-created.sh
apply-gitignore-after-git-created.sh
86 B
Histórico
Raw
1
2
3
4
5
6
#!/bin/bash
git rm -r --cached .
git add .
git commit -m "Apply .gitignore"
git push