Web & Mobile/AWS

[AWS] SpringBoot 프로젝트 Clone 받기

byunghyun23 2020. 9. 6. 23:03

1. git 설치

      • sudo yum install git

        git 설치

2. 설치 상태 확인

        • git --version

git 설치 확인

3. clone 프로젝트 디렉토리 생성 및 받기

        • mkdir 디렉토리

        • cd 디렉토리
        • git clone 주소(git clone 주소)
        • cd 프로젝트명
        • ls

git clone