cfg/bin/git-b
Knut Ahlers 0419fd00c8
Limit branch length
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-15 12:29:57 +01:00

6 lines
70 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
git checkout -b $(slugify -l 35 "$@")