git initgit addgit commit -m "Initial commit"git logssh-keygen -t ed25519 -C "email@example.com"cat ~/.ssh/id_ed25519.pubssh -T git@github.comgit remote add origin git@github.com:username/repo.gitили
git remote add origin https://github.com/username/repo.gitgit push -u origin maingit status