fix
This commit is contained in:
parent
4ca220e43e
commit
c0bbaa2d1d
1 changed files with 2 additions and 0 deletions
2
sgit
2
sgit
|
@ -12,7 +12,9 @@ exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git config --global user.email "${1}"
|
git config --global user.email "${1}"
|
||||||
|
git config --global user.name "${1}"
|
||||||
git status
|
git status
|
||||||
|
git pull
|
||||||
git add --all
|
git add --all
|
||||||
git commit --all -m "${2}"
|
git commit --all -m "${2}"
|
||||||
git show
|
git show
|
||||||
|
|
Loading…
Reference in a new issue