빠른 환경구축을 위한 포스트입니다.
Git Bash
Github
git clone "https://github.com/kjhov195/kjhov195.github.io"
git init
git config --global user.name "jaehun.kang"
git config --global user.email "kjhov195@gmail.com"
git branch branch_name
git branch
git checkout branch_name
git add .
git commit -m "first commit"
git push origin branch_name