Rate, Lang, 2025.08
https://habr.com/ru/news/937856/
https://habr.com/ru/companies/selectel/articles/951348/
https://hi-tech.mail.ru/review/124997-populyarnye-yazyki-programmirovaniya/#anchor174375616363624417
Git, GitHub, Scripts
Get started by creating a new file or uploading an existing file. We recommend every repository include a README, LICENSE, and .gitignore.
echo "# gs.example" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/gssoft/gs.example.git
git push -u origin maingit remote add origin https://github.com/gssoft/gs.example.git
git branch -M main
git push -u origin main