Truncate branch names at 72 chars
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
53bc6d62bd
commit
1efe7fa3ca
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
git checkout -b $(slugify -l 35 "$@")
|
||||
git checkout -b $(slugify "$@" | cut -c 1-72)
|
||||
|
|
Loading…
Reference in a new issue