6 lines
62 B
Bash
Executable file
6 lines
62 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
git b "$@"
|
|
git c -av -m "$*"
|