refactor(git): remove logs
This commit is contained in:
parent
b5ced0b7ec
commit
2a5c07577c
1 changed files with 0 additions and 1 deletions
1
git.sh
1
git.sh
|
@ -44,7 +44,6 @@ if [ "$1" = "stat" ]; then
|
||||||
elif [ "$1" = "push" ]; then
|
elif [ "$1" = "push" ]; then
|
||||||
gitPush
|
gitPush
|
||||||
else
|
else
|
||||||
echo ">>> $1"
|
|
||||||
if [ "$1" = "g" ] || [ "$1" = "git" ]; then
|
if [ "$1" = "g" ] || [ "$1" = "git" ]; then
|
||||||
git reset HEAD -- .
|
git reset HEAD -- .
|
||||||
git add .
|
git add .
|
||||||
|
|
Loading…
Reference in a new issue