This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
dabory
/
kkscrap-go
Слідкувати
2
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Гілка:
update_crawl
Гілки
Теги
master
update-cafe24
update_crawl
kkscrap-go
/
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