cfg/bin/git-b
Knut Ahlers 4e77cb78f5
Add script for slugified branch names
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-10-06 12:20:53 +02:00

7 lines
69 B
Bash
Executable File

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