git checkout -b feature/Kk : 체크아웃하면서 브랜치한다

git add . : 스테이징

git commit -m”메세지입력”

git push origin feature/Kk