도구/git

git first commit

필경이야 2021. 1. 10. 00:07
echo "# hstep" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/"repositoryname".git
git push -u origin main