Add shortcut for creating a branch and committing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
fffc3f7412
commit
1b82a2caed
1 changed files with 6 additions and 0 deletions
6
bin/git-bc
Executable file
6
bin/git-bc
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -euxo pipefail
|
||||||
|
|
||||||
|
git b "$@"
|
||||||
|
git c -av -m "$*"
|
Loading…
Reference in a new issue