Skip to content

Commit

Permalink
Fix bug in repo where it didn't create a branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed May 28, 2015
1 parent 9d82fa4 commit a065fb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ 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 a065fb2

Please sign in to comment.