GitHub
GitHub
μ½μμ μ΄μ©ν κΉνλΈ νμκ΄λ¦¬
Mac OS
cd my-project
git init
git remote origin "my-github-repogitory"
git commit -m "first commit"
git push master origin
μ½μμ μ΄μ©ν κΉνλΈ νμκ΄λ¦¬
cd my-project
git init
git remote origin "my-github-repogitory"
git commit -m "first commit"
git push master origin
Leave a comment