cfg/bin/git-b

7 lines
69 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
set -o pipefail
git checkout -b $(slugify "$@")