fix
This commit is contained in:
parent
8f92f2ed8b
commit
b015d1c831
1 changed files with 2 additions and 1 deletions
3
sgit
3
sgit
|
@ -11,9 +11,10 @@ echo "Bitte email und commit angeben!!!"
|
|||
exit 1
|
||||
fi
|
||||
|
||||
git config --global push.default simple
|
||||
git config --global core.editor "nano"
|
||||
git config --global user.email "${1}"
|
||||
git config --global user.name "${1}"
|
||||
git config --global push.default simple
|
||||
git status
|
||||
git pull
|
||||
git add --all
|
||||
|
|
Loading…
Reference in a new issue