카테고리 없음 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

posted by kimsooil
: