Add tags to checkout script

This commit is contained in:
Talia 2020-01-07 16:50:05 +01:00
parent 917873125b
commit 26faa63689
1 changed files with 1 additions and 1 deletions

View File

@ -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)