f6509bc Fix fresh repos

Authored and Committed by asavkov 6 years ago
    Fix fresh repos
    
    Just calling "reset --hard" on freshly created repos doesn't work as
    nothing is checked out by default. Do "checkout master" before resetting
    to fix that.
    
        
file modified
+1 -0