Git Review
TortoiseGit, git review, git, git ssh는 설정 되어있는 상태 1. Clone (1)Clone 할 폴더 열기 (2)해당 폴더에서 Git Bash 실행 (3)Gerrit에서 Clone할 project에서 Commit with commit-msg hook > SSH의 git clone 명령어 복사 (4)Git Bash에 해당 project Clone 2. git Review (1) 최초 Clone시 Clone Project의 Root 폴더에 .gitreview 파일을 생성해야 함 host= ip or host port=29418 project=project.git defaultbranch=master (2) 코드 수정 및 작업 (3) commit 할 파일 추가 git add (co..