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
Languages
Batchfile
100%