7 lines
62 B
Text
7 lines
62 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -euxo pipefail
|
||
|
|
||
|
git b "$@"
|
||
|
git c -av -m "$*"
|