Note การใช้คำสั่ง Gitlab
git initgit remote add origin https://gitlab.com/user/projectname.gitgit branch -M maingit add .git commit -m “Initial commit”git push -u origin