This commit is contained in:
simon 2017-08-06 16:58:33 +02:00
parent 4ca220e43e
commit c0bbaa2d1d

2
sgit
View file

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