Front/git

· Front/git
기본 설정 git status // 현재 상태 git remote -v // git 정보 git inint // 초기화 git remote add origin 깃주소 // 리파지토리 remote 추가 git remote remove origin // 리파지토리 remote 제거 git config --global user.name "유저 이름" git config --global user.email 유저 이메일 git config --list // 설정 확인 git 폴더 오류 rm -rf .git // 폴더 삭제 git rm --cached. -rf // 캐시 삭제 ** rm -rf 는 삭제 명령어
akii
'Front/git' 카테고리의 글 목록