This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Regisztráció
Bejelentkezés
dabory
/
kkscrap-go
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Branch:
master
Branch-ok
Tag-ek
master
update-cafe24
update_crawl
kkscrap-go
/
shell
/
apply-gitignore-after-git-created.sh
apply-gitignore-after-git-created.sh
86 B
Állandó hivatkozás
Előzmények
Nyers
1
2
3
4
5
6
#!/bin/bash
git rm -r --cached .
git add .
git commit -m "Apply .gitignore"
git push