Skip to content

Commit

Permalink
Remove extraneous git branch command in deploy Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed May 28, 2015
1 parent a065fb2 commit 3d2821a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 3d2821a

Please sign in to comment.