“git настроен” Ответ

настройка GIT


$ git config --global user.name "Your Name"
$ git config --global user.email "you@youraddress.com"
$ git config --global push.default matching
$ git config --global alias.co checkout
$ git init

Spotless Stoat

настройка GIT

echo "# your repo name" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin your-repo-link.git
git push -u origin main
The Phantom Coder

git настроен

git remote add origin https://github.com/simon3073/to-do-list-app.git
git branch -M main
git push -u origin main
Quaint Quelea

Ответы похожие на “git настроен”

Вопросы похожие на “git настроен”

Больше похожих ответов на “git настроен” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования