Joined October 2014
·

Tom Cox

crmis
·
England
·
·
·

A way of doing this with FactoryGirl is to have it in the factory:

picture_file_name 'picture.jpg'
picture_content_type 'image/jpeg'
picture_file_size 1.megabyte
Posted to Cleanup Merged branches over 1 year ago

Good comment there too. Firstly make sure you're checked into master. Or run:
git branch --merged master | grep -v "\master" | xargs -n 1 git branch -d

So does this only apply for https cloning/uploading?

Achievements
14 Karma
4,783 Total ProTip Views