Add tags to checkout script
This commit is contained in:
parent
917873125b
commit
26faa63689
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue