shell-scripte-code/sgit
2017-07-24 01:30:14 +02:00

10 lines
144 B
Bash
Executable file

#!/bin/bash
set -ex
[ -n $"{1}" ] && git config --global user.email "${1}"
git add --all
git commit --all -m fix
git push
git show
git status