Skip to content

Instantly share code, notes, and snippets.

View app-spec's full-sized avatar

app-spec

  • Joined Aug 31, 2025
View GitHub Profile
@app-spec
app-spec / github.md
Last active September 28, 2025 10:36
GitHub

//Підключення проекта до GitHub-репозиторій// git init git add . git commit -m "Initial commit" git branch -M main git remote add origin https://github.com/<твій-логін>/<ім’я-репо>.git git push -u origin main