This commit is contained in:
* 2017-07-27 02:31:57 +02:00
parent 1ae7d94c20
commit 442f32e444

1
sgit
View file

@ -12,6 +12,7 @@ exit 1
fi
git config --global user.email "${1}"
git status
git add --all
git commit --all -m "${2}"
git show