git 프로젝트 폴더 생성, git init / 원격 저장소와 연결 / git add, git commit, git push / branch 만들기
두 개의 브랜치를 병합하기 위한 방법으로 Merge와 Rebase가 있다.merge를 사용하게 되면 merge commit이 안 생겨서 commit history가 더러워진다. rebase로 commit history를 조작하여 깔끔하게 관리한다. branch에서 작업