Skip to content

Commit

Permalink
add removeFile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoGongWei committed Jul 28, 2018
1 parent c872495 commit f1ffc6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions removeFile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
echo ${1}
git rm --cached -r ${1}
git commit -am "remove file: ${1}."
git push origin master

0 comments on commit f1ffc6b

Please sign in to comment.