카테고리 없음

Create a new repository using existing folder/files

kimsooil 2023. 3. 3. 03:25

git init
gid add .
git commit -m "first commit"
git remote add origin https://github.com/[CREATED_EMPTY_REPO_NAME].git
git push -u -f origin master

 

https://www.digitalocean.com/community/tutorials/how-to-push-an-existing-project-to-github

저작자표시 비영리 변경금지 (새창열림)