$git checkout -b <브랜치명> <커밋해시>
$git commit --amend -> change-ID 확인 후 깃 로그 작성 후 저장

$ssh -p 29418 <아이디>@<게릿주소> gerrit create-branch <프로젝트이름> <만들 브랜치명> <올릴 커밋 아이디>
$ssh -p 29418 id@gerrit.company.co.kr gerrit create-branch Project newBranch abc123




올릴 커밋 ID는
$git log
후 노란색으로 commit 옆에 나오는 ID를 복사 후 넣으면 된다

+ Recent posts