This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
dabory-docu
/
current-docu
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
e202f3e03c
Gałęzie
Tagi
master
current-docu
/
shell
/
apply-gitignore-after-git-created.sh
apply-gitignore-after-git-created.sh
86 B
Historia
Czysty
1
2
3
4
5
6
#!/bin/bash
git rm -r --cached .
git add .
git commit -m "Apply .gitignore"
git push