Commit 1dc3fe23 authored by platyhouse's avatar platyhouse

pty 스크립트 및 gacc 파일 업데이트

변경 사항:
- pty 스크립트의 Git 작업 메뉴 텍스트 수정 ("Git 작업" -> "Git 작업 2")
- setup_git() 함수 앞에 빈 줄 추가하여 코드 가독성 개선
- gacc 파일 추가 (새로운 추적 파일)

이 커밋은 pty 스크립트의 Git 작업 메뉴 표시를 업데이트하고,
새로운 gacc 파일을 저장소에 추가합니다.
parent aeba5156
#!/bin/bash
echo "Claude 로 Commit 메세지 작성중"
claude -p --verbose "git add 및 커밋 메세지를 작성. git status 와 git diff 를 보고 판단. 저자 표기 금지. git 메세지는 상세하게 한글로 작성"
git log
......@@ -291,11 +291,12 @@ setup_python() {
echo ""
}
#######################################
# g. Git 작업
#######################################
setup_git() {
echo -e "${CYAN}[g]${NC} Git 작업"
echo -e "${CYAN}[g]${NC} Git 작업 2"
echo ""
# pty_git 실행
if [ -f "/var/lib/pty_centos.git/pty_git" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment