Switch checkout
script to use fzf
This commit is contained in:
parent
ceb2560ccb
commit
f51abe5ec8
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
git checkout $( (git for-each-ref --format='%(refname:short)' refs/heads/* && git tag) | dmenu -l 20 -b)
|
||||
git checkout $( (git for-each-ref --format='%(refname:short)' refs/heads/* && git tag) | fzf)
|
||||
|
|
Loading…
Reference in a new issue