Мой первый GIT проект.
/ Просмотров: 1471
https://gitlab.com/ewgenik/1stools
git config --global user.name "ewgeniy nikonorov"
git config --global user.email t286@mail.ru
git clone https://gitlab.com/ewgenik/1stools.git
git status
git add -A
git status
git commit -m "Add DROP 1s base script"
git push origin main