GitPull1 Git 사용법: Clone, Pull, Push 사용자 정보 입력하기 >> git config --global user.name "your_username" git config --global user.email "your_email@example.com" clone하려는 GitHub Repository에서 저장소 링크 복사하기 git bash에서 'git clone' 명령 사용해서 저장소 clone하기. git clone https://github.com/username/repository.git 이미 repository를 clone했을 경우, 최신 변경 사항 가져오기. 저장소 디렉터리로 이동 >> 마우스 오른쪽클릭 >> 'open git bash here' 클릭해서 bash 창 열기. (이렇게 열면 디렉터리가 자동으로 해당 폴더로 지정됨) 'git.. 2024. 3. 22. 이전 1 다음