This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
youhk
/
kbgolf
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
7942765e08
Gałęzie
Tagi
master
kbgolf
/
erp
/
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