[AWS] SpringBoot 프로젝트 Clone 받기 1. git 설치 sudo yum install git 2. 설치 상태 확인 git --version 3. clone 프로젝트 디렉토리 생성 및 받기 mkdir 디렉토리 cd 디렉토리 git clone 주소(git clone 주소) cd 프로젝트명 ls Web & Mobile/AWS 2020.09.06