Getting started with gitlab
Inisiasi folder dalam gitlab:
cd existing_repo
git remote add origin https://gitlab.com/sandihex/sims-server.git
git branch -M main
git push -uf origin main
Inisiasi folder dalam gitlab:
cd existing_repo
git remote add origin https://gitlab.com/sandihex/sims-server.git
git branch -M main
git push -uf origin main