mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-28 01:01:09 +08:00
add done: 20180222 3 reasons to say -no- in DevOps.md
This commit is contained in:
parent
4e4668c2a0
commit
8b0980d1e3
@ -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
|
|
Loading…
Reference in New Issue
Block a user