Note การใช้คำสั่ง Gitlab

Note การใช้คำสั่ง Gitlab

git init
git remote add origin https://gitlab.com/user/projectname.git
git branch -M main
git add .
git commit -m “Initial commit”
git push -u origin