From 26faa63689293a677fe6dbfa3df158ba5d21cfe9 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 7 Jan 2020 16:50:05 +0100 Subject: [PATCH] Add tags to checkout script --- bin/checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/checkout b/bin/checkout index 243799b..97fede4 100755 --- a/bin/checkout +++ b/bin/checkout @@ -1 +1 @@ -git checkout $(git for-each-ref --format='%(refname:short)' refs/heads/* | dmenu -b) +git checkout $( (git for-each-ref --format='%(refname:short)' refs/heads/* && git tag) | dmenu -l 20 -b)