fix
This commit is contained in:
parent
1ae7d94c20
commit
442f32e444
1 changed files with 1 additions and 0 deletions
1
sgit
1
sgit
|
@ -12,6 +12,7 @@ exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git config --global user.email "${1}"
|
git config --global user.email "${1}"
|
||||||
|
git status
|
||||||
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