Add shortcut for creating a branch and committing

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-12-01 12:59:55 +01:00
parent fffc3f7412
commit 1b82a2caed
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

6
bin/git-bc Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
set -euxo pipefail
git b "$@"
git c -av -m "$*"