Joined November 2012
·

Raphael Stolt

Seitenbau GmbH
·
Lake Constance, Germany
·
·
·

For an easier reuse you could also alias this useful snippet.

alias gbr="git branch | grep -v "master" | xargs git branch -D"
Posted to Hide a Phing target over 1 year ago

The tasks might be hidden but are still callable, to prevent this you can prefix them with a hyphen. Also using dots in task names might clash with the convention for using them for naming build file properties.

Posted to Delete keys in Redis over 1 year ago

Or you could run the more simple redis-cli flushall; though it responds even with OK when no keys were flushed. Attention: never run this on a productive system.

Achievements
401 Karma
60,488 Total ProTip Views