728x90 반응형 git command 모음1 [GIT] Command 모음 Command 모음 ■ 자주 쓰는 GIT Command 모음 Command Option Argument Description git --version git 버전 확인 git config --global user.name "본인 이름" 사용자 이름 설정 --global user.email "본인 이메일" 사용자 이메일 설정 user.name 사용자 이름 확인 user.email 사용자 이메일 확인 --global init.defaultBranch "기본 브랜치명" 기본 브랜치명 설정 --global init.defaultBranch 기본 브랜치명 확인 --list 전체 설정 정보 확인 git init git 저장소 등록 git clone Remote 저장소로부터 git 저장소 복사 git status 파.. 2024. 1. 10. 이전 1 다음 728x90 반응형