From 3d2821af6a013a274ef790fc215780afa569b1ac Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Wed, 27 May 2015 23:12:42 -0800 Subject: [PATCH] Remove extraneous git branch command in deploy Rakefile --- Rakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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`