shell-scripte-code/sgit

11 lines
144 B
Text
Raw Normal View History

2017-07-24 01:11:28 +02:00
#!/bin/bash
set -ex
[ -n $"{1}" ] && git config --global user.email "${1}"
git add --all
2017-07-24 01:30:14 +02:00
git commit --all -m fix
2017-07-24 01:11:28 +02:00
git push
git show
git status