This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
youhk
/
youhk_test_repository
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
b4cdff5e19
شاخهها
تگها
master
youhk_test_repo...
/
shell
/
apply-gitignore-after-git-created.sh
apply-gitignore-after-git-created.sh
86 B
تاريخچه
خام
1
2
3
4
5
6
#!/bin/bash
git rm -r --cached .
git add .
git commit -m "Apply .gitignore"
git push