Git 과 Github에 관해 알아봅시다.
github에서 clone해온거에 branch를 생성하고 checkout(이동) 해봅시다.
팀과제 진행하다가 git에 올리려니 conflict가 ... 해결하러가보자
작업 >> add commit >>> checkout master >>> pull origin master >>> git checkout feature >>> git rebase -i master