cd existing_folder git init --initial-branch=main git remote add origin https://gitlab.com/bokkyoon/oldversion/bokkyoon-backend.git git add . git commit -m "Initial commit" git push -u origin main