From 342e138ecf90df50c95794aec611ed77d5ee8b90 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 31 Mar 2015 20:11:00 -0500 Subject: [PATCH] Link to a source in the latest til. --- git/clean-out-all-local-branches.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/clean-out-all-local-branches.md b/git/clean-out-all-local-branches.md index d7d5621..3fbae07 100644 --- a/git/clean-out-all-local-branches.md +++ b/git/clean-out-all-local-branches.md @@ -15,3 +15,5 @@ are sure you want to wipe everything, just use `-D` like so: ``` $ git branch --merged master | grep -v master | xargs git branch -D ``` + +[source](https://twitter.com/steveklabnik/status/583055065868447744)