1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-05 08:08:02 +00:00

Link to a source in the latest til.

This commit is contained in:
jbranchaud
2015-03-31 20:11:00 -05:00
parent e6d7e74341
commit 342e138ecf

View File

@@ -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 $ git branch --merged master | grep -v master | xargs git branch -D
``` ```
[source](https://twitter.com/steveklabnik/status/583055065868447744)