git init
git add . && git commit -m “initial commit”
git branch -M main
git remote add origin git@github.com:BeBuBi/<project>.git
git push -u origin main
let the adventure begin
git init
git add . && git commit -m “initial commit”
git branch -M main
git remote add origin git@github.com:BeBuBi/<project>.git
git push -u origin main