refactor(git): remove logs

This commit is contained in:
Ayo Ayco 2025-06-23 13:40:15 +02:00
parent b5ced0b7ec
commit 2a5c07577c

1
git.sh
View file

@ -44,7 +44,6 @@ if [ "$1" = "stat" ]; then
elif [ "$1" = "push" ]; then
gitPush
else
echo ">>> $1"
if [ "$1" = "g" ] || [ "$1" = "git" ]; then
git reset HEAD -- .
git add .