This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
dbr-documents
/
point2u-docu
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
dc11ef81d4
Dallar
Biçim İmleri
master
point2u-docu
/
shell
/
apply-gitignore-after-git-created.sh
apply-gitignore-after-git-created.sh
86 B
Geçmiş
Ham
1
2
3
4
5
6
#!/bin/bash
git rm -r --cached .
git add .
git commit -m "Apply .gitignore"
git push