주로 사용하는 Git command 정리 2

1. git rebase

$ git rebase -i HEAD~3 #
$ git rebase --continue #
$ git push -f #