6 lines
170 B
Bash
6 lines
170 B
Bash
|
git init --initial-branch=main
|
||
|
git remote add origin https://gitlab.com/kafka-dance/kafka-dance-site.git
|
||
|
git add .
|
||
|
git commit -m "Initial commit"
|
||
|
git push -u origin main
|