diff --git a/Rakefile b/Rakefile index 97b9815..b8d0cdc 100644 --- a/Rakefile +++ b/Rakefile @@ -15,10 +15,7 @@ task :deploy do branches=`git branch -v` puts branches - - puts ">> git branch deploy" - `git branch deploy` - + puts ">> git filter-branch" `git filter-branch --index-filter 'git rm --cached --ignore-unmatch Encryption.cs' -f deploy`