Posts
Reverse the polarity of AngularJS filters
Published 11 March 2014 in archive with tags javascript , angular AngularJS allows you to use strings, objects, and functions as filter objects. You can use them to filter certain text, such as a name in a list of names, or a number in a list of phone numbers. But what happens when you want to filter out those results? Continue reading …Remove all tags from git repo
Published 6 March 2014 in archive with tags git I had started to tag builds with a branch name and date, but after a while, these started to make the log unreadable. It was time to Arnold Schwarzenegger-ize them. Continue reading …Modify your last commit message
Published 5 March 2014 in archive with tags snippet , git It's easy to modify your last commit message, simply add--amend
and commit again.
Continue reading …