citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

git-bvr (114B)


      1 #!/usr/bin/env sh
      2 exec git branch -vr --sort=-committerdate "$@" | $FUZZER --no-sort --exact | awk '{ print $1 }'