Best Git command ever? This little gem will remove multiple deleted files from Git with one (sadly not very memorable) command. git rm `git status | grep deleted | awk '{print $3}'` I definitely owe
Read moreMonth: October 2015
Change Magento Order ID Prefix
I was recently launching some new Magento stores at work and came across and issue that I probably should have forseen – order IDs became out of sync. For my work setup, this is absolutely
Read more