This website works better with JavaScript
Начало
Каталог
Помощ
Регистрация
Вход
dabory-docu
/
current-docu
Наблюдаван
2
Харесван
0
Разклонения
0
Файлове
Задачи
0
Заявки за сливане
0
Уики
ИН на ревизия:
e202f3e03c
Клонове
Маркери
master
current-docu
/
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