온라인 코드리뷰 요청 준비사항
[GitHub] 다른 사람의 저장소에서 브랜치 복사하기
cd /Users/coding/Documents/coding/Owteco/Maincourse
git clone -b betterfuture4 --single-branch https://github.com/betterfuture4/java-baseball.git
git checkout -b step1
7.IntelliJ에서 gradle로 가져오기
git remote -v
-
origin ssh:https://github.com/betterfuture4/java-baseball.git(fetch)
origin ssh:https://github.com/betterfuture4/java-baseball.git (push)
git push origin step1
git remote add pair https://github.com/{페어 깃허브 아이디}/java-racingcar.git
git branch pair
git checkout pair
git pull pair {리모트의 브랜치명}
ex)
git pull pair jurlring