cfg/bin/git-bc

7 lines
62 B
Plaintext
Raw Normal View History

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