citadel

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

git-checkout-pr (82B)


      1 #!/usr/bin/env bash
      2 
      3 PR="$1"
      4 
      5 exec git checkout -b pr${PR} refs/pull/origin/${PR}