SMALL git2 [bitbucket] clone 1. Bitbucket에서 Clone 주소 복사웹 브라우저에서 Bitbucket 접속원하는 저장소(repository) 들어감우측 상단 "Clone" 버튼 클릭 HTTPS 또는 SSH 중 하나 선택 (https가 편리)나오는 URL 복사 (예: https://username@bitbucket.org/yourteam/yourrepo.git) 2. 저장소 CloneGit Bash 또는 CMD 창 열기원하는 폴더로 이동#git clone https://username@bitbucket.org/yourteam/yourrepo.git 비밀번호 또는 토큰을 물어보면 입력최근 Bitbucket은 앱 비밀번호(App Password) 사용 권장 3. Clone 성공 확인#cd yourrepo ls 저장소 내용이 보이.. 2025. 6. 5. [Git] 윈도우 설치 1. Git 설치 파일 다운로드웹 브라우저 열고 아래 주소로 이동👉 https://git-scm.com메인 페이지에서 "Download for Windows" 클릭2. Git 설치 진행다운로드한 Git-버전.exe 파일 더블 클릭 설치 창이 뜨면 "Next" 계속 클릭아래 항목은 다음처럼 선택 항목추천 설정설치 경로기본값 그대로 사용구성 요소 선택기본값 그대로 사용에디터 선택Use Vim 그대로 두거나 Notepad로 변경 가능환경 변수 설정Git from the command line 선택HTTPS 설정Use the OpenSSL library 선택Line Ending 설정Checkout Windows-style, commit Unix-style line endings 선택터미널 선택Use MinTT.. 2025. 6. 5. 이전 1 다음 LIST