add done: 20180222 3 reasons to say -no- in DevOps.md

This commit is contained in:
darksun 2018-02-22 16:43:53 +08:00
parent 4e4668c2a0
commit 8b0980d1e3

View File

@ -1,7 +0,0 @@
#!/bin/bash
domain="$1"
git checkout -b "$domain"
git grep -l "$domain"|while read file; do git rm "$file"; done
git commit -a -m "remove $domain"
git push -u origin "$domain"
git checkout master