parent
a20d0bee89
commit
27edd341b9
@ -0,0 +1,15 @@
|
||||
git instrukcja:
|
||||
|
||||
Tworzenie nowego repozytorium z linii poleceń
|
||||
touch README.md
|
||||
git init
|
||||
git checkout -b main
|
||||
git add README.md
|
||||
git commit -m "first commit"
|
||||
git remote add origin https://gitea.raspinetwork.com/<user>/<Repo.git>
|
||||
git push -u origin main
|
||||
|
||||
|
||||
Wypychanie istniejącego repozytorium z linii poleceń
|
||||
git remote add origin https://gitea.raspinetwork.com/<user>/<Repo.git>
|
||||
git push -u origin main
|
||||
Loading…
Reference in new issue