“nowe repozytorium” Kod odpowiedzi

Utwórz nowe repozytorium w wierszu poleceń

git init
git add README.MD
git commit -m "commit message"
git remote add origin git url_of_github_repo
git push origin master
Cheerful Cheetah

Utwórz nowe repozytorium w wierszu poleceń

echo "# sigpef_api" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Gnaore/sigpef_api.git
git push -u origin main
Grieving Grouse

nowe repozytorium

echo "# githubBasicAlgorithms" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Polsa96/githubBasicAlgorithms.git
git push -u origin main
Worried Walrus

lub utwórz nowe repozytorium w wierszu poleceń

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 url"
git push -u origin main
MAKSTYLE119

Odpowiedzi podobne do “nowe repozytorium”

Pytania podobne do “nowe repozytorium”

Więcej pokrewnych odpowiedzi na “nowe repozytorium” w Shell/Bash

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

Przeglądaj inne języki kodu