git branch newBranch
git checkout newBranch
…
…
git rebase -i newBranch~합칠갯수
commit 메세지에서 첫번째 pick 이후로는 squash로 변경
다시 뜨는 commit 메세지 창에서 합쳐질 메세지 입력
git checkout master
git merge newBranch
git branch -d newBranch
rEgresSioN
git branch newBranch
git checkout newBranch
…
…
git rebase -i newBranch~합칠갯수
commit 메세지에서 첫번째 pick 이후로는 squash로 변경
다시 뜨는 commit 메세지 창에서 합쳐질 메세지 입력
git checkout master
git merge newBranch
git branch -d newBranch
M-x ensime-config-gen
생성된 .ensime 파일
:formatting-prefs(:indentSpaces 4) 추가
base directory / src / main / scala 아래에 App 상속받은 .scala파일 하나 만들고
base directory 아래에 build.sbt
name := “프로젝트명”
base directory / project 아래에 build.properties 생성
C-c C-v S 로 sbt-console 실행