Add script for slugified branch names
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
423bf119c5
commit
4e77cb78f5
1 changed files with 6 additions and 0 deletions
6
bin/git-b
Executable file
6
bin/git-b
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
git checkout -b $(slugify "$@")
|
Loading…
Reference in a new issue