# git-commit > 현재 세션에서의 작업 내용을 git 에 commit -> push 할 때 사용 - Author: kimpoqwer93-dev - Repository: kimpoqwer93-dev/module_1_3 - Version: 20260209153345 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/kimpoqwer93-dev/module_1_3 - Web: https://mule.run/skillshub/@@kimpoqwer93-dev/module_1_3~git-commit:20260209153345 --- --- name : git-commit description : 현재 세션에서의 작업 내용을 git 에 commit -> push 할 때 사용 --- # git commit skill 사용법 ## git 사용 순서 - Step 1. 해당 세션에서 작업한 파일들을 'git add' - Step 2. add 된 파일들을 'git commit' 진행 - commit 네이밍과 커밋메시지는 'git branch' 네이밍을 따른다. - Step 3. 커밋 후 'git push' 진행 - Step 4. `.claude/docs/progress.md` 파일에 해당 내용을 최신화 - [] 형태의 체크박스를 사용하여, 직관적으로 표현