commit 방법1 Git Git (git-scm.com) Git git-scm.com Git - Book (git-scm.com) Git - Book git-scm.com * Git 저장소를 Saas 형태로 service : GitHub / Gitlab / Gitbucket 사용자 정보 등록 $ git config --global user.name "Jisoo" $ git config --global user.email Jisoo@example.com 저장소 만들기 로컬 저장소 만드는 방법 빈 로컬 저장소 생성 원격 저장소를 가져오기 1. 버전관리를 하지 않는 로컬 디렉토리 mkdir mygit cd mygit local 저장소로 지정 git init 2. 기존 Git 저장소 클론 (Remote Repository를 가져옴) g.. 2022. 6. 2. 이전 1 다음