darkrc/bin/checkout

2 lines
94 B
Plaintext
Raw Normal View History

2023-08-03 07:25:02 +00:00
git checkout $( (git for-each-ref --format='%(refname:short)' refs/heads/* && git tag) | fzf)