코딩Coding/GitHub_GitLab관련
GitLab❤️git remote add origin & git branch & git push 활용법
내인생PLUS
2023. 5. 19. 00:18
728x90
cd existing_repo
git remote add origin https://gitlab.com/xxxxxx8/xxxxxstack.git
git branch -M main
git push -uf origin main
gitlab 출처
반응형