7 lines
178 B
Markdown
7 lines
178 B
Markdown
git init
|
|
git checkout -b main
|
|
git add README.md
|
|
git commit -m "first commit"
|
|
git remote add origin https://gitea.btssio-poitiers.fr/besbota/Git-test1.git
|
|
git push -u origin main
|