본문 바로가기

오늘의 삽질

[git] 시작하기

echo "# coding_test" >> README.md

git init

git add README.md

git commit -m "first commit"

git remote add origin https://github.com/hhaahaha/coding_test.git

git push -u origin master