“Git ustawiony” Kod odpowiedzi

konfiguracja git


$ git config --global user.name "Your Name"
$ git config --global user.email "[email protected]"
$ git config --global push.default matching
$ git config --global alias.co checkout
$ git init

Spotless Stoat

konfiguracja 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 ustawiony

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

Odpowiedzi podobne do “Git ustawiony”

Pytania podobne do “Git ustawiony”

Więcej pokrewnych odpowiedzi na “Git ustawiony” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu