Files
2022-10-01 14:57:35 +02:00

9 lines
174 B
Plaintext

touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin http://git.lan:3000/henk/rewt.git
git push -u origin main