1. install git Bash

  2. Create SSH-Key at Github

  3. Clone Git Repository to local computer

클론만들 폴더까지cd 하고ssh

인텔리제이 열고 file open

work space 에서 클론 받은 프로젝트 open

building 기다리셈

git checkout -b feat/asdf/asdf

작업하고

git status 하면 작업한 내용 뜸

git add .

git staus 파일 체크하고

git push

브랜치 삭제하면 메인으로 체크아웃해야함

  1. Create Branch before work
  2. Push Code at your branch