변경한 파일 ➊ motd.pp와 ➋ site.pp를 준비 영역에 추가하고 ➌ 커밋합니다.
administrator@vmgate:~/code/environments/production$ git add modules/fortunecow/manifests/motd.pp ➊ administrator@vmgate:~/code/environments/production$ git add manifests/site.pp ➋ administrator@vmgate:~/code/environments/production$ git commit -m 'Create motd.pp of fortunecow' ➌ [master 62721ff] Create motd.pp of fortunecow ... 2 files changed, 10 insertions(+) create mode 100644 modules/fortunecow/manifests/motd.pp
작업 내역을 조회해서 앞의 결과와 비교해 보면 iss01 가지와 master 가지의 커밋 목록이 갈라지기 시작했음을 알 수 있습니다.
administrator@vmgate:~/code/environments/production$ git log --oneline
62721ff (HEAD -> master) Create motd.pp of fortunecow
9cda602 Create fortunecow module
4fe8cdf First commit