cfg/bin/git-bc
Knut Ahlers 1b82a2caed
Add shortcut for creating a branch and committing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-12-01 12:59:55 +01:00

7 lines
62 B
Bash
Executable File

#!/bin/bash
set -euxo pipefail
git b "$@"
git c -av -m "$*"