diff --git a/README.md b/README.md index e69de29..456b33b 100644 --- a/README.md +++ b/README.md @@ -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// +git push -u origin main + + +Wypychanie istniejącego repozytorium z linii poleceń +git remote add origin https://gitea.raspinetwork.com// +git push -u origin main \ No newline at end of file