2023-10-12 16:37:23 +02:00
2023-10-12 16:21:40 +02:00
2023-10-12 16:21:40 +02:00
2023-10-12 16:27:12 +02:00
2023-10-12 16:37:23 +02:00
2023-10-12 15:48:37 +02:00
2023-10-12 15:48:37 +02:00

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.cs.pollub.pl/Mateusz/LAB.2.Mateusz.git git push -u origin main

Wypychanie istniejącego repozytorium z linii poleceń

git remote add origin https://gitea.cs.pollub.pl/Mateusz/LAB.2.Mateusz.git git push -u origin main

Description
No description provided
Readme 44 KiB
Languages
Batchfile 100%